Skip to content

Commit

Permalink
fix: restore default wait timeout for task/service stable into 5s to 15s
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp committed Jun 26, 2024
1 parent 681eccf commit 73f5320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cage.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ func NewCage(input *Input) Cage {
Alb: input.ALB,
Ec2: input.EC2,
Time: input.Time,
MaxWait: 5 * time.Minute,
MaxWait: 15 * time.Minute,
}
}

0 comments on commit 73f5320

Please sign in to comment.