mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Triple retry sleep time for tests thats flaky on github CI
This commit is contained in:
parent
1b9318e01b
commit
60e8ddf968
@ -132,7 +132,7 @@ class TestHTTP(BaseTest):
|
|||||||
self.do_http_basic()
|
self.do_http_basic()
|
||||||
except Exception:
|
except Exception:
|
||||||
# this test is a little flaky on the windows CI machine.
|
# this test is a little flaky on the windows CI machine.
|
||||||
time.sleep(1)
|
time.sleep(3)
|
||||||
self.do_http_basic()
|
self.do_http_basic()
|
||||||
|
|
||||||
def do_http_basic(self):
|
def do_http_basic(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user