mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Another timeout adjustment for travis
This commit is contained in:
parent
1f45bb2502
commit
28c548bccb
@ -129,7 +129,7 @@ class TestHTTP(BaseTest):
|
|||||||
conn._HTTPConnection__state = httplib._CS_REQ_SENT
|
conn._HTTPConnection__state = httplib._CS_REQ_SENT
|
||||||
return conn.getresponse()
|
return conn.getresponse()
|
||||||
|
|
||||||
with TestServer(handler, timeout=0.1, max_header_line_size=100./1024, max_request_body_size=100./(1024*1024)) as server:
|
with TestServer(handler, timeout=0.2, max_header_line_size=100./1024, max_request_body_size=100./(1024*1024)) as server:
|
||||||
conn = server.connect()
|
conn = server.connect()
|
||||||
r = raw_send(conn, b'hello\n')
|
r = raw_send(conn, b'hello\n')
|
||||||
self.ae(r.status, httplib.BAD_REQUEST)
|
self.ae(r.status, httplib.BAD_REQUEST)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user