From e1c8856e83b24f0ebd1beb8f2efb7a5c6b7364b1 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 17 Sep 2019 13:18:58 +0000 Subject: [PATCH] Increase timeout as more xp in // --- scripts/run-3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-3 b/scripts/run-3 index 1fbe882..53ac5cf 100755 --- a/scripts/run-3 +++ b/scripts/run-3 @@ -5,7 +5,7 @@ die() { echo "$*" 1>&2 ; exit 1; } -WAITFOR=900 # 15min +WAITFOR=1200 # 15min # SPLIT CLIENT AND SERVER TARGETS OLD_IFS=$IFS; IFS="."