Skip to content

Commit

Permalink
Update pulsar_cluster_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-hamm committed Sep 16, 2024
1 parent 6151aec commit cc279a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/pulsar_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestPulsarCluster(t *testing.T) {
}

func testCheckPulsarClusterDestroy(s *terraform.State) error {
time.Sleep(10 * time.Second)
time.Sleep(30 * time.Second)
for _, rs := range s.RootModule().Resources {
if rs.Type != "streamnative_pulsar_cluster" {
continue
Expand Down

0 comments on commit cc279a8

Please sign in to comment.