diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2021-09-10 07:05:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 07:05:11 -0700 |
commit | 7b822d4b4b71ef0e9ed6a39ef50a5a2cbf8660c5 (patch) | |
tree | 1e58317059af6850e9f06289f33fbb3f61d8cf63 /test | |
parent | c7ccb26260e763cd5fde5f635da6889c736262fd (diff) | |
parent | 329047b3dbd09f7d77cdc07002c532c230e44ddb (diff) | |
download | rneovim-7b822d4b4b71ef0e9ed6a39ef50a5a2cbf8660c5.tar.gz rneovim-7b822d4b4b71ef0e9ed6a39ef50a5a2cbf8660c5.tar.bz2 rneovim-7b822d4b4b71ef0e9ed6a39ef50a5a2cbf8660c5.zip |
Merge branch 'master' into histfile
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`). |