aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2021-09-10 07:05:11 -0700
committerGitHub <noreply@github.com>2021-09-10 07:05:11 -0700
commit7b822d4b4b71ef0e9ed6a39ef50a5a2cbf8660c5 (patch)
tree1e58317059af6850e9f06289f33fbb3f61d8cf63 /test
parentc7ccb26260e763cd5fde5f635da6889c736262fd (diff)
parent329047b3dbd09f7d77cdc07002c532c230e44ddb (diff)
downloadrneovim-7b822d4b4b71ef0e9ed6a39ef50a5a2cbf8660c5.tar.gz
rneovim-7b822d4b4b71ef0e9ed6a39ef50a5a2cbf8660c5.tar.bz2
rneovim-7b822d4b4b71ef0e9ed6a39ef50a5a2cbf8660c5.zip
Merge branch 'master' into histfile
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`).