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
Sometimes Travis is slower than others, and it's always slower than my machine, so the 0.005 seconds given to do some of the operations pre-cache invalidation in the tests isn't always enough. Rather than bumping it again, I'd prefer to do some mocking so that the test isn't actually time dependent, maybe use side_effect to return appropriate values for time.time() as the test progresses.
The text was updated successfully, but these errors were encountered:
Sometimes Travis is slower than others, and it's always slower than my machine, so the 0.005 seconds given to do some of the operations pre-cache invalidation in the tests isn't always enough. Rather than bumping it again, I'd prefer to do some mocking so that the test isn't actually time dependent, maybe use
side_effect
to return appropriate values fortime.time()
as the test progresses.The text was updated successfully, but these errors were encountered: