Skip to content

Commit

Permalink
fix: increase timeout in optimus apply to 60mins
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnaufal committed Jun 25, 2024
1 parent 3172c53 commit 7ce85b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cmd/apply/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
applyTimeout = time.Minute * 5
applyTimeout = time.Minute * 60
executedPlanFile = "plan_apply.json"
)

Expand Down

0 comments on commit 7ce85b0

Please sign in to comment.