Skip to content

Commit 03830a5

Browse files
authored
Merge pull request #8897 from killianmuldoon/pr-increase-cluster-rollout-timeout
🐛 Increase timeout for clusterclass rollout test
2 parents 125ee96 + 50f8991 commit 03830a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/clusterclass_rollout.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ func assertClusterObjects(ctx context.Context, clusterProxy framework.ClusterPro
279279
assertMachineSetsMachines(g, clusterObjects, cluster)
280280

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

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

0 commit comments

Comments
 (0)