Skip to content

Commit

Permalink
restore tries to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Jul 19, 2024
1 parent e423ffb commit 8dd5c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ if [[ ${ECFLOW} == true ]]; then
# Default maximum number of compile and run jobs
MAX_BUILDS=10 #Max build jobs
MAX_JOBS=30 #Max test/run jobs
ECF_TRIES=1 #Tries before failure
ECF_TRIES=2 #Tries before failure

# Reduce maximum number of compile jobs on jet and s4 because of licensing issues
if [[ ${MACHINE_ID} = jet ]]; then
Expand Down

0 comments on commit 8dd5c2a

Please sign in to comment.