mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Adjust timeout to account for poor Travis performance
This commit is contained in:
parent
e994215f67
commit
f6ecae9c80
@ -81,7 +81,7 @@ class TestHTTP(BaseTest):
|
||||
def handler(data):
|
||||
return data.lang_code + data._('Unknown')
|
||||
|
||||
with TestServer(handler, timeout=0.1) as server:
|
||||
with TestServer(handler, timeout=0.3) as server:
|
||||
conn = server.connect()
|
||||
|
||||
def test(al, q):
|
||||
|
Loading…
x
Reference in New Issue
Block a user