From 6bbc7098a2b21f3946f760d316b72d100e8d111f Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 14 Sep 2021 09:51:03 -0600 Subject: [PATCH] Increase wallclock time for gaea to 120 minutes --- tests/default_vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 9109c0e4fd..ccf6e21dc8 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -403,7 +403,7 @@ fi WLCLK_dflt=30 # Longer default walltime on Gaea if [[ $MACHINE_ID = gaea.* ]]; then - WLCLK_dflt=60 + WLCLK_dflt=120 fi export WLCLK=$WLCLK_dflt