Skip to content

Commit b4cd337

Browse files
committed
Reverting edit
1 parent ddb9709 commit b4cd337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libensemble/tests/regression_tests/test_persistent_tasmanian_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def sim_f(H, persis_info, sim_specs, _):
8787
}
8888
)
8989
exit_criteria_arr = []
90-
exit_criteria_arr.append({"wallclock_max": 300})
90+
exit_criteria_arr.append({"wallclock_max": 3})
9191
exit_criteria_arr.append({"gen_max": 100})
9292

9393
run_num = 0

0 commit comments

Comments
 (0)