From 87790891923852a78efa2cd22625c42f7e8e6f05 Mon Sep 17 00:00:00 2001 From: Sergey Yakubov <sergey.yakubov@desy.de> Date: Tue, 1 Dec 2020 21:26:43 +0100 Subject: [PATCH] fix --- tests/automatic/consumer/consumer_api_python/consumer_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/automatic/consumer/consumer_api_python/consumer_api.py b/tests/automatic/consumer/consumer_api_python/consumer_api.py index 820b59faf..7533e3584 100644 --- a/tests/automatic/consumer/consumer_api_python/consumer_api.py +++ b/tests/automatic/consumer/consumer_api_python/consumer_api.py @@ -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") -- GitLab