Skip to content

Commit

Permalink
Increase ELB propagation wait time (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishustava authored Jul 29, 2022
1 parent f1581c4 commit 5f53ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/aws-acceptance-test-cleanup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ func realMain(ctx context.Context) error {
return err
}
// Allow time for ELB deletion to propagate so that we can detach the internet gateway.
time.Sleep(10 * time.Second)
time.Sleep(30 * time.Second)
fmt.Printf("ELB: Destroyed [id=%s]\n", *elbDescrip.LoadBalancerName)
}

Expand Down

0 comments on commit 5f53ba0

Please sign in to comment.