Skip to content

Commit

Permalink
Merge pull request #8758 from Nordix/increase-timeout-assertcluster/adil
Browse files Browse the repository at this point in the history
🐛 Increased assertClusterObjects timeout
  • Loading branch information
k8s-ci-robot committed May 26, 2023
2 parents 9b1ead8 + c340c13 commit bb287a1
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 bb287a1

Please sign in to comment.