forked from pool/python-dogpile.cache
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=38
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user