From c9c2adbdb39ac1c9eff61532156647c337c2ef90 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 30 May 2020 21:58:39 +0000 Subject: [PATCH] tests: sensible value for load tester to run at --- 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 c4b538766..c91655335 100755 --- a/tests/frontend/travis/runnerLoadTest.sh +++ b/tests/frontend/travis/runnerLoadTest.sh @@ -39,8 +39,8 @@ curl http://localhost:9001/p/minifyme -f -s > /dev/null sleep 10 # run the backend tests -echo "Now run the load tests for 50 seconds and if it stalls before 100 then error" -etherpad-loadtest -d 50 +echo "Now run the load tests for 30 seconds and if it stalls before 100 then error" +etherpad-loadtest -d 30 exit_code=$? kill $!