From ebda959fb9119a190d10d3d7244ba150650e7517 Mon Sep 17 00:00:00 2001 From: Renzo Rojas Date: Tue, 30 May 2023 10:28:43 -0400 Subject: [PATCH] test: increase progressDeadlineSeconds timeout to make TestRunUnstableChecked pass (#8833) --- .../testdata/unstable-deployment/incorrect-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/testdata/unstable-deployment/incorrect-deployment.yaml b/integration/testdata/unstable-deployment/incorrect-deployment.yaml index c8d8b467b10..b773c11ce85 100644 --- a/integration/testdata/unstable-deployment/incorrect-deployment.yaml +++ b/integration/testdata/unstable-deployment/incorrect-deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: unstable-deployment spec: - progressDeadlineSeconds: 10 + progressDeadlineSeconds: 20 replicas: 1 selector: matchLabels: