test: use $TEST_TIMEOUT to specify timeout

This commit is contained in:
James McCoy
2021-09-09 20:49:26 -04:00
committed by Justin M. Keyes
parent 09ff3146f3
commit cd864748d3
2 changed files with 8 additions and 1 deletions

View File

@@ -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`).