From: Martin Schwenke Date: Mon, 5 Feb 2018 04:45:09 +0000 (+1100) Subject: ctdb-tests: Set test timeout to an hour X-Git-Tag: tevent-0.9.36~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3485c41b826e307b31a1113abcea9843ca78540;p=thirdparty%2Fsamba.git 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 Reviewed-by: Gary Lockyer Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Thu Feb 8 04:42:56 CET 2018 on sn-devel-144 --- 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 -- "$@")