diff --git a/script/test/test_stream_out.py b/script/test/test_stream_out.py index 7e39898..77892fc 100644 --- a/script/test/test_stream_out.py +++ b/script/test/test_stream_out.py @@ -31,5 +31,10 @@ 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) + +print("Stopping") stop_event.set() thread.join(5.0) + +print ("Done") \ No newline at end of file