Increase timeout as more xp in //

This commit is contained in:
Quentin Dufour 2019-09-17 13:18:58 +00:00
parent 841f0f6c8c
commit e1c8856e83

View file

@ -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="."