Skip to content

Commit

Permalink
fix: Increase list timeout to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN committed Oct 5, 2022
1 parent f354227 commit 4c127cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
var (
ErrTimedOut = errors.New("execution timed out")

listTimeoutSeconds = int64(30)
listTimeoutSeconds = int64(60)
executionFailedCounter = 0

debug = os.Getenv("DEBUG") == "true"
Expand Down

0 comments on commit 4c127cb

Please sign in to comment.