Skip to content

Commit

Permalink
🌱 increase wait time for e2e upgrade test.
Browse files Browse the repository at this point in the history
  • Loading branch information
guettli committed Dec 12, 2023
1 parent 557f2ca commit 02ae065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/config/hetzner-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions test/e2e/config/hetzner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 02ae065

Please sign in to comment.