aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-09-09 20:49:26 -0400
committerJustin M. Keyes <justinkz@gmail.com>2021-09-14 07:52:33 -0700
commitcd864748d3d5769315df354deacf9e20b615ec0c (patch)
tree08a4617da1143bc792463dfe5f0a1322068655fb /test
parent09ff3146f31b6c537173db054e59543041a10a4b (diff)
downloadrneovim-cd864748d3d5769315df354deacf9e20b615ec0c.tar.gz
rneovim-cd864748d3d5769315df354deacf9e20b615ec0c.tar.bz2
rneovim-cd864748d3d5769315df354deacf9e20b615ec0c.zip
test: use $TEST_TIMEOUT to specify timeout
Diffstat (limited to 'test')
-rw-r--r--test/README.md3
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`).