Set timeout to 900

On big and busy servers, 300 can be too short
This commit is contained in:
Daniel Berteaud 2018-08-21 11:36:52 +02:00
parent 31793021cf
commit 37669bdf1c
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@ if [ ! -z $3 ]; then
PASS=$3
fi
# Timeout after 5 minutes
TIMEOUT=300
# Timeout after 15 minutes
TIMEOUT=900
BOX=$1

View File

@ -7,8 +7,8 @@ if [ ! -z $3 ]; then
PASS=$3
fi
# Timeout after 5 minutes
TIMEOUT=300
# Timeout after 15 minutes
TIMEOUT=900
BOX=$1