diff options
author | James McCoy <jamessan@jamessan.com> | 2021-09-09 20:49:26 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2021-09-09 20:49:26 -0400 |
commit | 8d93223f83dcbe485f26b1508769b428250e682e (patch) | |
tree | 3d2a9ff2f33331af78ba7a6e8c14a55700dd7832 /test | |
parent | 4eb1ebbcf703d0b7fe7dcb8d75001878a50fc137 (diff) | |
download | rneovim-8d93223f83dcbe485f26b1508769b428250e682e.tar.gz rneovim-8d93223f83dcbe485f26b1508769b428250e682e.tar.bz2 rneovim-8d93223f83dcbe485f26b1508769b428250e682e.zip |
test: use $TEST_TIMEOUT to specify timeout
Diffstat (limited to 'test')
-rw-r--r-- | test/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md index a6e9080a40..8669ab6f3e 100644 --- a/test/README.md +++ b/test/README.md @@ -258,6 +258,9 @@ Number; !must be defined to function properly): - `TEST_SKIP_FRAGILE` (F) (D): makes test suite skip some fragile tests. +- `TEST_TIMEOUT` (FU) (I): specifies maximum time, in seconds, before the test + suite run is killed + - `NVIM_PROG`, `NVIM_PRG` (F) (S): override path to Neovim executable (default to `build/bin/nvim`). |