mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fix 02403_big_http_chunk_size test
This commit is contained in:
parent
b9e8ae2fd9
commit
252d6c5ec2
@ -13,7 +13,7 @@ def main():
|
||||
|
||||
sock = socket(AF_INET, SOCK_STREAM)
|
||||
sock.connect((host, port))
|
||||
sock.settimeout(5)
|
||||
sock.settimeout(60)
|
||||
s = "POST /play HTTP/1.1\r\n"
|
||||
s += "Host: %s\r\n" % host
|
||||
s += "Content-type: multipart/form-data\r\n"
|
||||
|
Loading…
Reference in New Issue
Block a user