From 282d5f95ac4387ecf13d2a7a9fb95543896a10fe Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Wed, 24 Aug 2022 15:48:10 +0200 Subject: [PATCH] Script execution --- script/test/test_stream_out.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/test_stream_out.py b/script/test/test_stream_out.py index 31aa9c1..ebdda42 100644 --- a/script/test/test_stream_out.py +++ b/script/test/test_stream_out.py @@ -30,7 +30,7 @@ with source(host="127.0.0.1", port=OUTPUT_PORT, mode=SUB, receive_timeout = 3000 raise Exception("Received None message.") print (data.data.data.keys()) -time.sleep(5.0) +time.sleep(2.0) print("Stopping") stop_event.set()