You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are failing from time to time.
The reason might be the lower resolution of time ticks on windows.
It could be easily fixed by adding a time sleep(0.1). But that's not the right solution IMHO.
A possible solution could be to use timeit.default_timer() in bar.py, which has a finer resolution on windows.
Description
The
are failing from time to time.
The reason might be the lower resolution of time ticks on windows.
It could be easily fixed by adding a time sleep(0.1). But that's not the right solution IMHO.
A possible solution could be to use timeit.default_timer() in bar.py, which has a finer resolution on windows.
Versions