From 77bf968f69f672cce306bba8c056674454383a0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 10 Sep 2016 12:22:58 +0200 Subject: [PATCH] [ci] Bump the timeout of the profiler stress test suite to 24 hours. --- scripts/ci/run-test-profiler-stress-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/run-test-profiler-stress-tests.sh b/scripts/ci/run-test-profiler-stress-tests.sh index 52d6f166800..05f5015611e 100755 --- a/scripts/ci/run-test-profiler-stress-tests.sh +++ b/scripts/ci/run-test-profiler-stress-tests.sh @@ -2,4 +2,4 @@ export TESTCMD=`dirname "${BASH_SOURCE[0]}"`/run-step.sh -${TESTCMD} --label=check-profiler-stress --timeout=20h make -C acceptance-tests check-profiler-stress +${TESTCMD} --label=check-profiler-stress --timeout=24h make -C acceptance-tests check-profiler-stress -- 2.25.1