Skip to content
Snippets Groups Projects
Commit 87790891 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix

parent 8879da8d
Branches
Tags
No related merge requests found
......@@ -234,6 +234,7 @@ def check_single(broker, group_id):
broker = asapo_consumer.create_server_broker("bla", path, True, beamtime, "", token, 60000)
t = Thread(target = long_call, args = (broker,) )
t.start()
time.sleep(1)
broker.interrupt_current_operation()
t.join()
assert_eq(thread_res, 2, "long call res")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment