Skip to content

Commit 26001da

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
decrease blockedPRiconDurtaion to 5 minutes
1 parent aa31907 commit 26001da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/goose/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const (
3939
maxPRsToProcess = 200
4040
minUpdateInterval = 10 * time.Second
4141
defaultUpdateInterval = 1 * time.Minute
42-
blockedPRIconDuration = 15 * time.Minute
42+
blockedPRIconDuration = 5 * time.Minute
4343
maxRetryDelay = 2 * time.Minute
4444
maxRetries = 10
4545
minorFailureThreshold = 3

0 commit comments

Comments
 (0)