Skip to content

Commit

Permalink
Increase wallclock time for gaea to 120 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Sep 14, 2021
1 parent 3c9911b commit 6bbc709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bbc709

Please sign in to comment.