Commit d133a273 authored by Geoff Simmons's avatar Geoff Simmons

Set the varnishtest timeout (for 'make check') to 120s.

compile_fail.vtc evidently takes longer than 60s when run in a
docker container.
parent 00dd9e35
......@@ -45,7 +45,7 @@ AM_TESTS_ENVIRONMENT = \
PATH="$(VMOD_TEST_PATH)" \
LD_LIBRARY_PATH="$(VARNISH_LIBRARY_PATH)"
TEST_EXTENSIONS = .vtc
VTC_LOG_COMPILER = varnishtest -v
VTC_LOG_COMPILER = varnishtest -v -t 120
AM_VTC_LOG_FLAGS = -Dvmod_re2="$(VMOD_RE2)"
TESTS = @VMOD_TESTS@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment