From 6ccb8c674cb6f75b41050e6cfe67fc6f264ef512 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 7 Jul 2017 09:57:36 +0200 Subject: [PATCH] increase timeout of integration tests --- tests/integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests.sh b/tests/integration-tests.sh index e1c5e4d2e..fafd52583 100755 --- a/tests/integration-tests.sh +++ b/tests/integration-tests.sh @@ -34,7 +34,7 @@ export PATH=${BUILDDIR}:${PATH} VERBOSE=0 FILTER='*' NUM_SAMPLES=100 -TIMEOUT=1m +TIMEOUT=5m # Parse command line arguments while getopts ":f:l:t:v" OPT; do