From 9fdd00d1bd98749be4e55eba437f04940b34bad3 Mon Sep 17 00:00:00 2001 From: Rick Carback <rick@privategrity.com> Date: Tue, 25 Feb 2020 03:41:11 +0000 Subject: [PATCH] Add some time for slower build hosts --- basice2e/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basice2e/run.sh b/basice2e/run.sh index 8ddebf5..9b8ef94 100755 --- a/basice2e/run.sh +++ b/basice2e/run.sh @@ -75,7 +75,7 @@ finish() { trap finish EXIT trap finish INT -sleep 15 # FIXME: We should not need this, but the servers don't respond quickly +sleep 20 # FIXME: We should not need this, but the servers don't respond quickly # enough on boot right now. runclients() { -- GitLab