Skip to content

Commit b4c803f

Browse files
committed
Increment haproxy client side timeout
This is to give chances to some test as handshakeloss, handshakecorruption to pass.
1 parent cbc41c2 commit b4c803f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quic.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ global
1818
defaults
1919
mode http
2020
timeout connect 5s
21-
timeout client 5s
21+
timeout client 30s
2222
timeout server 5s
2323
timeout tunnel 1h
2424

0 commit comments

Comments
 (0)