From a3485c41b826e307b31a1113abcea9843ca78540 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Mon, 5 Feb 2018 15:45:09 +1100 Subject: [PATCH] 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 --- ctdb/tests/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- "$@") -- 2.47.3