Skip to content

Commit

Permalink
TST: fix for 'test_ip_kernel_run_plans_01'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav committed Feb 13, 2024
1 parent 0c9d7a7 commit 3405786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluesky_queueserver/manager/tests/test_ip_kernel_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def check_status(ip_kernel_state, ip_kernel_captured):

s = get_manager_status() # Kernel may not be 'captured' at this point
assert s["manager_state"] in ("starting_queue", "executing_queue")
assert s["worker_environment_state"] in ("idle", "executing_plan")
assert s["worker_environment_state"] in ("idle", "executing_plan", "reserved")

ttime.sleep(1)

Expand Down

0 comments on commit 3405786

Please sign in to comment.