File test_blocking_lock_file-extra-time.patch of Package python-GitPython
---
test/test_util.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--- a/test/test_util.py
+++ b/test/test_util.py
@@ -173,9 +173,7 @@ class TestUtils(TestBase):
self.assertRaises(IOError, wait_lock._obtain_lock)
elapsed = time.time() - start
extra_time = 0.02
- if is_win:
- # for Appveyor
- extra_time *= 6 # NOTE: Indeterministic failures here...
+ extra_time *= 6 # NOTE: Indeterministic failures here...
self.assertLess(elapsed, wait_time + extra_time)
def test_user_id(self):