From 02ae0658648c32779157b0ddc652a5b890edcc5b Mon Sep 17 00:00:00 2001 From: Thomas Guettler Date: Tue, 12 Dec 2023 09:25:54 +0100 Subject: [PATCH] :seedling: increase wait time for e2e upgrade test. --- test/e2e/config/hetzner-ci.yaml | 1 + test/e2e/config/hetzner.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/test/e2e/config/hetzner-ci.yaml b/test/e2e/config/hetzner-ci.yaml index c99b883d5..c41876e85 100644 --- a/test/e2e/config/hetzner-ci.yaml +++ b/test/e2e/config/hetzner-ci.yaml @@ -159,3 +159,4 @@ intervals: default/wait-control-plane: ["20m", "10s"] ## wait until first control plane is ready default/wait-worker-nodes: ["20m", "10s"] ## wait until all workers are ready from the moment when the control plane is ready default/wait-delete-cluster: ["20m", "10s"] ## wait until cluster is deleted + default/wait-deployment-available: ["20s", "1s"] ## wait until deployment with unevictable pods is available (upgrade test) diff --git a/test/e2e/config/hetzner.yaml b/test/e2e/config/hetzner.yaml index 8d80f3c7c..f7ff2349e 100644 --- a/test/e2e/config/hetzner.yaml +++ b/test/e2e/config/hetzner.yaml @@ -165,3 +165,4 @@ intervals: default/wait-control-plane: ["20m", "10s"] ## wait until first control plane is ready default/wait-worker-nodes: ["20m", "10s"] ## wait until all workers are ready from the moment when the control plane is ready default/wait-delete-cluster: ["20m", "10s"] ## wait until cluster is deleted + default/wait-deployment-available: ["20s", "1s"] ## wait until deployment with unevictable pods is available (upgrade test)