Skip to content

Commit

Permalink
TST: fix for 'test_ip_kernel_run_plans_04'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav committed Feb 13, 2024
1 parent 3405786 commit 7876c92
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 @@ -517,7 +517,7 @@ def check_status(ip_kernel_state, ip_kernel_captured):
if resume_option == "resume":
s = get_manager_status() # Kernel may not be 'captured' at this point
assert s["manager_state"] == "executing_queue"
assert s["worker_environment_state"] in ("idle", "executing_plan")
assert s["worker_environment_state"] in ("idle", "executing_plan", "reserved")

ttime.sleep(2)

Expand Down

0 comments on commit 7876c92

Please sign in to comment.