Skip to content

Commit 7dc7ece

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

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 30s
21+
timeout client 60s
2222
timeout server 5s
2323
timeout tunnel 1h
2424

0 commit comments

Comments
 (0)