Skip to content

Commit

Permalink
Merge pull request #1088 from syself/tg/e2e-upgrade-test
Browse files Browse the repository at this point in the history
🌱 increase wait time for e2e upgrade test.
  • Loading branch information
guettli authored Dec 12, 2023
2 parents 0580f32 + 02ae065 commit 740c7c3
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 740c7c3

Please sign in to comment.