Increase test timeout to avoid CI flakes

This commit is contained in:
Ryan Richard 2020-08-04 17:28:16 -07:00
parent fb843aa15b
commit f8567450ee

View File

@ -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.