Skip to content

Commit 4c127cb

Browse files
committed
fix: Increase list timeout to 60s
1 parent f354227 commit 4c127cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const (
2828
var (
2929
ErrTimedOut = errors.New("execution timed out")
3030

31-
listTimeoutSeconds = int64(30)
31+
listTimeoutSeconds = int64(60)
3232
executionFailedCounter = 0
3333

3434
debug = os.Getenv("DEBUG") == "true"

0 commit comments

Comments
 (0)