From 8d93223f83dcbe485f26b1508769b428250e682e Mon Sep 17 00:00:00 2001 From: James McCoy Date: Thu, 9 Sep 2021 20:49:26 -0400 Subject: test: use $TEST_TIMEOUT to specify timeout --- test/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') 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`). -- cgit