Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase timieout on md deletion
Browse files Browse the repository at this point in the history
Signed-off-by: Danil-Grigorev <[email protected]>
Danil-Grigorev committed Jan 20, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d2a4e3b commit 21fadc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/clusterclass_changes.go
Original file line number Diff line number Diff line change
@@ -268,7 +268,7 @@ func ClusterClassChangesSpec(ctx context.Context, inputGetter func() ClusterClas
deleteMachineDeploymentTopologyAndWait(ctx, deleteMachineDeploymentTopologyAndWaitInput{
ClusterProxy: input.BootstrapClusterProxy,
Cluster: clusterResources.Cluster,
WaitForMachineDeployments: input.E2EConfig.GetIntervals(specName, "wait-worker-nodes"),
WaitForMachineDeployments: input.E2EConfig.GetIntervals(specName, "wait-control-plane"),
})
By("PASSED!")
})

0 comments on commit 21fadc3

Please sign in to comment.