Skip to content

Commit

Permalink
Merge pull request #80 from yingzhanredhat/ying-auto
Browse files Browse the repository at this point in the history
OCM-12937 | fix: add the wait time for gateway
  • Loading branch information
xueli181114 authored Dec 5, 2024
2 parents dec28d7 + 4e69671 commit 0ebf08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/test/vpc_client/nat_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (vpc *VPC) DeleteVPCNatGateways(vpcID string) error {
wg.Add(1)
go func(gateWayID string) {
defer wg.Done()
_, err = vpc.AWSClient.DeleteNatGateway(gateWayID, 120)
_, err = vpc.AWSClient.DeleteNatGateway(gateWayID, 180)
if err != nil {
delERR = err
}
Expand Down

0 comments on commit 0ebf08b

Please sign in to comment.