From 0eee1d22e2c00f39badc8051ce29fd5e9dcfebb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Tigerstr=C3=B6m?= Date: Tue, 9 Jan 2024 02:27:54 +0100 Subject: [PATCH] itest: increase test timeout to 60secs --- itest/connection_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itest/connection_test.go b/itest/connection_test.go index 4ca048d0..bba36578 100644 --- a/itest/connection_test.go +++ b/itest/connection_test.go @@ -15,7 +15,7 @@ var ( defaultMessage = []byte("some default message") ) -const defaultTimeout = 30 * time.Second +const defaultTimeout = 60 * time.Second // testHappyPath ensures that client and server are able to communicate // as expected in the case where no connections are dropped.