diff options
Diffstat (limited to 'tests/thread/thread_lock2.py')
-rw-r--r-- | tests/thread/thread_lock2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/thread/thread_lock2.py b/tests/thread/thread_lock2.py index 25953d9ff..405f10b0b 100644 --- a/tests/thread/thread_lock2.py +++ b/tests/thread/thread_lock2.py @@ -20,5 +20,5 @@ for i in range(4): _thread.start_new_thread(thread_entry, ()) # wait for threads to finish -time.sleep(0.2) +time.sleep(1) print('done') |