Skip to content

Commit

Permalink
added wait in TestRestartClusterWorkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-sidelnikov committed Dec 18, 2024
1 parent 3e0f25b commit 269c19c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acceptance/openstack/css/v1/restart_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ func TestRestartClusterWorkflow(t *testing.T) {

err = clusters.RestartCluster(client, clusterID)
th.AssertNoErr(t, err)

th.AssertNoErr(t, clusters.WaitForCluster(client, clusterID, 1200))
}

0 comments on commit 269c19c

Please sign in to comment.