From a5ee0b6fca6471f41aec97f48aa3a9fac6deaf85 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Thu, 4 Jan 2024 05:04:08 +0200 Subject: [PATCH] scale-test: Reduce validation count and interval --- tests/e2e/scenarios/scalability/run-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/scenarios/scalability/run-test.sh b/tests/e2e/scenarios/scalability/run-test.sh index a8609a8573..edf3a96cc9 100755 --- a/tests/e2e/scenarios/scalability/run-test.sh +++ b/tests/e2e/scenarios/scalability/run-test.sh @@ -143,6 +143,8 @@ KUBETEST2_ARGS+=("--env=KOPS_FEATURE_FLAGS=${KOPS_FEATURE_FLAGS}") # More time for bigger clusters KUBETEST2_ARGS+=("--validation-wait=55m") +KUBETEST2_ARGS+=("--validation-count=3") +KUBETEST2_ARGS+=("--validation-interval=60s") # The caller can set DELETE_CLUSTER=false to stop us deleting the cluster if [[ -z "${DELETE_CLUSTER:-}" ]]; then