From 7361996ddd8bc3d0c8f18eb6426f78e89469cf4b Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Mon, 29 Aug 2022 18:18:06 +0200 Subject: [PATCH] Startup --- script/test/test_abort.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/script/test/test_abort.py b/script/test/test_abort.py index ed766c2..636e169 100644 --- a/script/test/test_abort.py +++ b/script/test/test_abort.py @@ -21,7 +21,7 @@ import signal def on_abort(parent_thread): print ("abort") #ctype_async_raise(parent_thread, KeyboardInterrupt) - signal.raise_signal(signal.SIGBREAK) + #signal.raise_signal(signal.SIGIOT) @@ -33,4 +33,8 @@ def on_abort(parent_thread): #signal.signal(signal.SIGINT, handler) -time.sleep(10.0) \ No newline at end of file +time.sleep(2.0) +time.sleep(2.0) +time.sleep(2.0) +time.sleep(2.0) +time.sleep(2.0) \ No newline at end of file