From 309c578cb11720954e985f36e9009963416d628a Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Thu, 10 Sep 2020 13:11:43 +0700 Subject: [PATCH] reduce the handshake timeout to two minutes in the handshake drop tests --- integrationtests/self/handshake_drop_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationtests/self/handshake_drop_test.go b/integrationtests/self/handshake_drop_test.go index 04f2936ec..3cd393644 100644 --- a/integrationtests/self/handshake_drop_test.go +++ b/integrationtests/self/handshake_drop_test.go @@ -31,7 +31,7 @@ var _ = Describe("Handshake drop tests", func() { 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) { conf := getQuicConfig(&quic.Config{