mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
tests: sensible value for load tester to run at
This commit is contained in:
parent
7be701dbea
commit
c9c2adbdb3
1 changed files with 2 additions and 2 deletions
|
@ -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 $!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue