From f8567450ee9c2f733af62273a8407cfe7f91a452 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Tue, 4 Aug 2020 17:28:16 -0700 Subject: [PATCH] Increase test timeout to avoid CI flakes --- test/integration/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/client_test.go b/test/integration/client_test.go index c34d3617..a9891687 100644 --- a/test/integration/client_test.go +++ b/test/integration/client_test.go @@ -53,7 +53,7 @@ O2D8LtWhMbrYy755Fgq4H9s3vCgfvHY1AQ== func TestClient(t *testing.T) { tmcClusterToken := library.Getenv(t, "PLACEHOLDER_NAME_TMC_CLUSTER_TOKEN") - ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second) + ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second) defer cancel() // Use an invalid certificate/key to validate that the ServerVersion API fails like we assume.