Skip to content

Commit

Permalink
fix: increase timeout in optimus job validate to 60mins (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnaufal committed Jun 27, 2024
1 parent 2f22a88 commit 0ff0eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cmd/job/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
pb "github.com/goto/optimus/protos/gotocompany/optimus/core/v1beta1"
)

const validateTimeout = time.Minute * 15
const validateTimeout = time.Minute * 60

type validateCommand struct {
logger log.Logger
Expand Down

0 comments on commit 0ff0eef

Please sign in to comment.