diff --git a/src/calibre/srv/tests/http.py b/src/calibre/srv/tests/http.py index 58ebcd4946..28d8838e21 100644 --- a/src/calibre/srv/tests/http.py +++ b/src/calibre/srv/tests/http.py @@ -132,7 +132,7 @@ class TestHTTP(BaseTest): 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):