Skip to content

Commit

Permalink
Adjust time.Sleep for Adding Subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
innodreamer committed Jun 24, 2024
1 parent f8b2965 commit ec3aa13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ func (vpcHandler *KTVpcVPCHandler) AddSubnet(vpcIID irs.IID, subnetReqInfo irs.S
}
} else {
cblogger.Info("\n### Waiting for Adding the Subnet!!")
time.Sleep(time.Second * 25)
time.Sleep(time.Second * 20)

// cblogger.Infof("Succeeded in Adding the Subnet : [%s]", subnet.ID) // To prevent 'panic: runtime error', maded this line as a comment.
}
Expand Down

0 comments on commit ec3aa13

Please sign in to comment.