From 9471702fe5da48e72c52b47190d126c7093f3833 Mon Sep 17 00:00:00 2001 From: Geoffrey Ragot Date: Tue, 22 Oct 2024 17:15:38 +0200 Subject: [PATCH] fix: test timeout --- test/e2e/api_timeout_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/api_timeout_test.go b/test/e2e/api_timeout_test.go index 4f9c74db4..4640dbd8b 100644 --- a/test/e2e/api_timeout_test.go +++ b/test/e2e/api_timeout_test.go @@ -29,7 +29,7 @@ var _ = Context("API - Timeout", func() { Output: GinkgoWriter, Debug: debug, NatsURL: natsServer.GetValue().ClientURL(), - APIResponseTimeout: time.Second, + APIResponseTimeout: 3 * time.Second, } })