Skip to content

Commit

Permalink
Try increasing timeout for balsam reg test
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Jul 17, 2020
1 parent f343c7b commit 6248dae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def build_simfunc():

persis_info = add_unique_random_streams({}, nworkers + 1)

exit_criteria = {'elapsed_wallclock_time': 35}
exit_criteria = {'elapsed_wallclock_time': 50}

# Perform the run
H, persis_info, flag = libE(sim_specs, gen_specs, exit_criteria,
Expand Down

0 comments on commit 6248dae

Please sign in to comment.