From 97d5f649af7df39f2f4f55f55a4639a67c6979d0 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.