Skip to content
Snippets Groups Projects
Commit 47810231 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Merge branch 'hotfix/moretimeout' into 'release'

Bump timeout another 15s between servers starting and clients

See merge request !61
parents d0aab7a4 501ababc
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ finish() {
trap finish EXIT
trap finish INT
sleep 15 # FIXME: We should not need this, but the servers don't respond quickly
sleep 30 # FIXME: We should not need this, but the servers don't respond quickly
# enough on boot right now.
runclients() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment