From a279060fd30dbdca0e1b87c61457994b86cdf1a8 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 27 Sep 2020 14:05:54 +0100 Subject: [PATCH] slightly shorten load tests as they randomly give up around 30 seconds --- tests/frontend/travis/runnerLoadTest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/frontend/travis/runnerLoadTest.sh b/tests/frontend/travis/runnerLoadTest.sh index 5ac447758..3f7b6d9ac 100755 --- a/tests/frontend/travis/runnerLoadTest.sh +++ b/tests/frontend/travis/runnerLoadTest.sh @@ -41,8 +41,8 @@ curl http://localhost:9001/p/minifyme -f -s > /dev/null sleep 10 # run the backend tests -echo "Now run the load tests for 30 seconds and if it stalls before 100 then error" -etherpad-loadtest -d 30 +echo "Now run the load tests for 25 seconds and if it stalls before 100 then error" +etherpad-loadtest -d 25 exit_code=$? kill $!