]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-tests: Set test timeout to an hour
authorMartin Schwenke <martin@meltin.net>
Mon, 5 Feb 2018 04:45:09 +0000 (15:45 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 8 Feb 2018 03:42:56 +0000 (04:42 +0100)
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

ctdb/tests/run_tests.sh

index a2a44a13e4a10ad2ffb39248b94a43a3c63f98da..a7ca44e863eeb4c3e59708d0c0a5b1f5613c7489 100755 (executable)
@@ -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 -- "$@")