Skip to content

Commit

Permalink
cloudformation: longer poll delay
Browse files Browse the repository at this point in the history
  • Loading branch information
akupila committed Apr 21, 2020
1 parent 024ccbe commit 18438d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewClient(config aws.Config) *Client {
return &Client{
api: cloudformation.New(config),
changeSetWaitTime: 250 * time.Millisecond,
pollEvents: 100 * time.Millisecond,
pollEvents: 500 * time.Millisecond,
}
}

Expand Down

0 comments on commit 18438d5

Please sign in to comment.