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