forked from quic-go/quic-go
reduce the handshake timeout to two minutes in the handshake drop tests
This commit is contained in:
@@ -31,7 +31,7 @@ var _ = Describe("Handshake drop tests", func() {
|
|||||||
ln quic.Listener
|
ln quic.Listener
|
||||||
)
|
)
|
||||||
|
|
||||||
const timeout = 10 * time.Minute
|
const timeout = 2 * time.Minute
|
||||||
|
|
||||||
startListenerAndProxy := func(dropCallback quicproxy.DropCallback, doRetry bool, longCertChain bool, version protocol.VersionNumber) {
|
startListenerAndProxy := func(dropCallback quicproxy.DropCallback, doRetry bool, longCertChain bool, version protocol.VersionNumber) {
|
||||||
conf := getQuicConfig(&quic.Config{
|
conf := getQuicConfig(&quic.Config{
|
||||||
|
|||||||
Reference in New Issue
Block a user