ninenines / gun

HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
ISC License
891 stars 232 forks source link

Increase times by factor 10 to fix timing issue #309

Closed zuiderkwast closed 1 year ago

zuiderkwast commented 1 year ago

Attempt to fix unstable test case keepalive_tolerance_ping_ack_timeout.

Makes the test less sensitive to slow test runners.

essen commented 1 year ago

Good enough for the time being. Thanks!

zuiderkwast commented 1 year ago

OK, good. It didn't make all builds green, but I suspect there is a similar timing issue (or some other issue) in the shutdown suite.