From 1463d4927f013b023c36351fd3ca3d90811846e4 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Mon, 21 Feb 2022 00:07:49 +0000 Subject: [PATCH] acceptance,e2e: Let capacity reservation expired more later --- acceptance/testdata/runnerdeploy.envsubst.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance/testdata/runnerdeploy.envsubst.yaml b/acceptance/testdata/runnerdeploy.envsubst.yaml index 3ecea4f6..e0862f60 100644 --- a/acceptance/testdata/runnerdeploy.envsubst.yaml +++ b/acceptance/testdata/runnerdeploy.envsubst.yaml @@ -57,7 +57,7 @@ spec: scaleUpTriggers: - githubEvent: {} amount: 1 - duration: "1m" + duration: "10m" minReplicas: ${RUNNER_MIN_REPLICAS} maxReplicas: 10 scaleDownDelaySecondsAfterScaleOut: ${RUNNER_SCALE_DOWN_DELAY_SECONDS_AFTER_SCALE_OUT}