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