diff --git a/test/integration/client_test.go b/test/integration/client_test.go index c34d36177..a98916876 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.