summaryrefslogtreecommitdiffstatshomepage
path: root/tests/thread/thread_exit2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/thread/thread_exit2.py')
-rw-r--r--tests/thread/thread_exit2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/thread/thread_exit2.py b/tests/thread/thread_exit2.py
index 797b52c353..368a11bba4 100644
--- a/tests/thread/thread_exit2.py
+++ b/tests/thread/thread_exit2.py
@@ -15,5 +15,5 @@ _thread.start_new_thread(thread_entry, ())
_thread.start_new_thread(thread_entry, ())
# wait for threads to finish
-time.sleep(0.2)
+time.sleep(1)
print('done')