summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2018-02-05 15:45:09 +1100
committerStefan Metzmacher <metze@samba.org>2018-02-12 15:54:28 +0100
commitf093cdd2afeb54e7927be59839402ecb1e82ce3b (patch)
tree132cdcdee58972500420b43456c558c011e0c4b3 /ctdb
parent6711e701585c162646da9e434908db06f31bf2af (diff)
downloadsamba-f093cdd2afeb54e7927be59839402ecb1e82ce3b.tar.gz
ctdb-tests: Set test timeout to an hour
The current 10 minute timeout is causing autobuild failures in some environments. This timeout is simply meant to stop a test run from hanging indefinitely due to a broken test. A 1 hour timeout is better than no timeout. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Feb 8 04:42:56 CET 2018 on sn-devel-144 (cherry picked from commit a3485c41b826e307b31a1113abcea9843ca78540) The last 6 patches address https://bugzilla.samba.org/show_bug.cgi?id=13265 Autobuild-User(v4-8-test): Stefan Metzmacher <metze@samba.org> Autobuild-Date(v4-8-test): Mon Feb 12 15:54:28 CET 2018 on sn-devel-144
Diffstat (limited to 'ctdb')
-rwxr-xr-xctdb/tests/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/run_tests.sh b/ctdb/tests/run_tests.sh
index a2a44a13e4a..a7ca44e863e 100755
--- a/ctdb/tests/run_tests.sh
+++ b/ctdb/tests/run_tests.sh
@@ -45,7 +45,7 @@ export TEST_LOCAL_DAEMONS
[ -n "$TEST_LOCAL_DAEMONS" ] || TEST_LOCAL_DAEMONS=3
export TEST_VAR_DIR=""
export TEST_CLEANUP=false
-export TEST_TIMEOUT=600
+export TEST_TIMEOUT=3600
export TEST_SOCKET_WRAPPER_SO_PATH=""
temp=$(getopt -n "$prog" -o "AcCdDehHNqS:T:vV:xX" -l help -- "$@")