We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355dafa commit f23767aCopy full SHA for f23767a
cmd/reviewGOOSE/main.go
@@ -59,7 +59,7 @@ const (
59
runningTestsCacheBypass = 90 * time.Minute // Don't cache PRs with running tests if fresher than this
60
maxPRsToProcess = 200
61
minUpdateInterval = 10 * time.Second
62
- defaultUpdateInterval = 1 * time.Minute
+ defaultUpdateInterval = 2 * time.Minute
63
blockedPRIconDuration = 5 * time.Minute
64
maxRetryDelay = 2 * time.Minute
65
maxRetries = 10
0 commit comments