Skip to content

Commit

Permalink
also need it here
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Nov 1, 2023
1 parent a4ee5fa commit f6f113d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libensemble/tests/unit_tests/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ def test_procs_and_machinefile_logic():
else:
task = exctr.submit(calc_type="sim", num_procs=6, num_nodes=2, procs_per_node=3, app_args=args_for_sim)
task = polling_loop(exctr, task, delay=0.05)
time.sleep(0.25)
assert task.finished, "task.finished should be True. Returned " + str(task.finished)
assert task.state == "FINISHED", "task.state should be FINISHED. Returned " + str(task.state)

Expand Down

0 comments on commit f6f113d

Please sign in to comment.