Skip to content

Commit

Permalink
Merge pull request #8937 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…8897-to-release-1.4

[release-1.4] 🐛 Increase timeout for clusterclass rollout test
  • Loading branch information
k8s-ci-robot authored Jun 29, 2023
2 parents 93cd810 + ac2e45d commit 7137119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/clusterclass_rollout.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func assertClusterObjects(ctx context.Context, clusterProxy framework.ClusterPro
assertMachineSetsMachines(g, clusterObjects, cluster)

By("All cluster objects have the right labels, annotations and selectors")
}, 10*time.Second, 1*time.Second).Should(Succeed())
}, 30*time.Second, 1*time.Second).Should(Succeed())
}

func assertInfrastructureCluster(g Gomega, clusterClassObjects clusterClassObjects, clusterObjects clusterObjects, cluster *clusterv1.Cluster, clusterClass *clusterv1.ClusterClass) {
Expand Down

0 comments on commit 7137119

Please sign in to comment.