Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#3021 from sedefsavas/e2e-timeout
Browse files Browse the repository at this point in the history
Increase e2e test timeouts
  • Loading branch information
k8s-ci-robot authored Dec 10, 2021
2 parents c2952fe + d004b51 commit cd3fdf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/e2e/data/e2e_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,11 @@ variables:
INIT_WITH_KUBERNETES_VERSION: "v1.21.6"

intervals:
default/wait-cluster: ["25m", "10s"]
default/wait-control-plane: ["20m", "10s"]
default/wait-worker-nodes: ["10m", "10s"]
default/wait-cluster: ["30m", "10s"]
default/wait-control-plane: ["25m", "10s"]
default/wait-worker-nodes: ["20m", "10s"]
conformance/wait-control-plane: ["30m", "10s"]
conformance/wait-worker-nodes: ["30m", "10s"]
conformance/wait-worker-nodes: ["35m", "10s"]
default/wait-controllers: ["5m", "10s"]
default/wait-delete-cluster: ["20m", "10s"]
default/wait-machine-upgrade: ["30m", "10s"]
Expand Down

0 comments on commit cd3fdf5

Please sign in to comment.