mirror of
https://github.com/micropython/micropython.git
synced 2025-08-29 22:10:36 +02:00
tests/thread: Make sure that thread tests don't rely on floating point.
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user