diff --git a/test/e2e/clusterclass_rollout.go b/test/e2e/clusterclass_rollout.go index 2ed58f518b6f..b45d4c8000e7 100644 --- a/test/e2e/clusterclass_rollout.go +++ b/test/e2e/clusterclass_rollout.go @@ -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) {