From 37669bdf1c46edf874b857b27bf953c921af46cd Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 21 Aug 2018 11:36:52 +0200 Subject: [PATCH] Set timeout to 900 On big and busy servers, 300 can be too short --- scripts/win-post-backup | 4 ++-- scripts/win-pre-backup | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/win-post-backup b/scripts/win-post-backup index 8244aa3..2cc83de 100644 --- a/scripts/win-post-backup +++ b/scripts/win-post-backup @@ -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 diff --git a/scripts/win-pre-backup b/scripts/win-pre-backup index 52ff442..a5272e6 100644 --- a/scripts/win-pre-backup +++ b/scripts/win-pre-backup @@ -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