mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 11:06:20 +01:00
Triple retry sleep time for tests thats flaky on github CI
This commit is contained in:
parent
1b9318e01b
commit
60e8ddf968
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ def test_http_basic(self): # {{{
|
|||
self.do_http_basic()
|
||||
except Exception:
|
||||
# this test is a little flaky on the windows CI machine.
|
||||
time.sleep(1)
|
||||
time.sleep(3)
|
||||
self.do_http_basic()
|
||||
|
||||
def do_http_basic(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue