forked from quic-go/quic-go
set the handshake timeout to twice the handshake idle timeout (#4063)
This commit is contained in:
@@ -57,7 +57,7 @@ var _ = Describe("Timeout tests", func() {
|
||||
context.Background(),
|
||||
"localhost:12345",
|
||||
getTLSClientConfig(),
|
||||
getQuicConfig(&quic.Config{HandshakeIdleTimeout: 10 * time.Millisecond}),
|
||||
getQuicConfig(&quic.Config{HandshakeIdleTimeout: scaleDuration(50 * time.Millisecond)}),
|
||||
)
|
||||
errChan <- err
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user