15
0
2018-04-23 12:57:08 +00:00
committed by Git OBS Bridge
parent e3b3fefea3
commit d6c0e9b038

View File

@@ -1,11 +0,0 @@
--- dogpile.cache-0.6.4/tests/test_lock.py 2018/03/17 11:48:50 1.1
+++ dogpile.cache-0.6.4/tests/test_lock.py 2018/03/17 11:52:43
@@ -227,6 +227,8 @@
if slow_write_time:
expected_slow_waiters = num_threads * expected_generations
+ # one extra for slow platforms
+ expected_slow_waiters += 2
# time spent also increments by one wait period in the beginning...
expected_run_time += effective_creation_time