From b5cb60ca3ceb55d6d17597aea80f7d6f600d4b96 Mon Sep 17 00:00:00 2001 From: Jingyi Hu Date: Tue, 4 Feb 2025 22:09:01 +0000 Subject: [PATCH] test: increase timeout for scenarios tests --- scripts/github-actions/tests-e2e-scenarios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github-actions/tests-e2e-scenarios.sh b/scripts/github-actions/tests-e2e-scenarios.sh index 907c26bb9e..46c8e74c1f 100755 --- a/scripts/github-actions/tests-e2e-scenarios.sh +++ b/scripts/github-actions/tests-e2e-scenarios.sh @@ -26,4 +26,4 @@ export KUBEBUILDER_ASSETS=$(go run sigs.k8s.io/controller-runtime/tools/setup-en echo "Running scenarios tests..." GOLDEN_REQUEST_CHECKS=1 E2E_KUBE_TARGET=envtest E2E_GCP_TARGET=mock RUN_E2E=1 \ - go test -test.count=1 -timeout 360s -v ./tests/e2e -run TestE2EScript/scenarios/fields + go test -test.count=1 -timeout 600s -v ./tests/e2e -run TestE2EScript/scenarios/fields