mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
slightly shorten load tests as they randomly give up around 30 seconds
This commit is contained in:
parent
23dd2ca7d9
commit
a279060fd3
1 changed files with 2 additions and 2 deletions
|
@ -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 $!
|
||||
|
|
Loading…
Reference in a new issue