Skip to content

Commit

Permalink
Merge pull request #2042 from Nordix/fix-delete-fail/adil
Browse files Browse the repository at this point in the history
🌱 Increasing deletion timeout of cluster
  • Loading branch information
metal3-io-bot authored Oct 17, 2024
2 parents 937d874 + aef4ebb commit 97d6eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/config/e2e_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ intervals:
default/wait-cluster: ["20m", "30s"] # The second time to check the availibility of the cluster should happen late, so kcp object has time to be created
default/wait-control-plane: ["30m", "10s"]
default/wait-worker-nodes: ["60m", "10s"]
default/wait-delete-cluster: ["20m", "10s"]
default/wait-delete-cluster: ["40m", "10s"]
default/wait-machine-upgrade: ["50m", "10s"]
default/wait-machine-remediation: ["30m", "10s"]
default/wait-vm-state: ["20m", "100ms"]
Expand Down

0 comments on commit 97d6eb2

Please sign in to comment.