From 501ababcfa8afbfd9261c22f5bde01e076629440 Mon Sep 17 00:00:00 2001 From: Rick Carback <rick@privategrity.com> Date: Tue, 5 Nov 2019 22:13:07 +0000 Subject: [PATCH] Bump timeout another 15s between servers starting and clients --- basice2e/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basice2e/run.sh b/basice2e/run.sh index 71096b2..e8a39da 100755 --- a/basice2e/run.sh +++ b/basice2e/run.sh @@ -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() { -- GitLab