Skip to content

Commit

Permalink
increase wait-control-plane timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nader-ziada committed Jan 18, 2021
1 parent 9cbfb33 commit d1ef60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/config/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ variables:
intervals:
default/wait-controllers: ["3m", "10s"]
default/wait-cluster: ["20m", "10s"]
default/wait-control-plane: ["20m", "10s"]
default/wait-worker-nodes: ["20m", "10s"]
default/wait-control-plane: ["30m", "10s"]
default/wait-worker-nodes: ["30m", "10s"]
default/wait-delete-cluster: ["30m", "10s"]
default/wait-machine-upgrade: ["60m", "10s"]
default/wait-machine-remediation: ["30m", "10s"]
Expand Down

0 comments on commit d1ef60b

Please sign in to comment.