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.
2 parents c7e39f3 + e48cbe2 commit 57e4f7dCopy full SHA for 57e4f7d
helper/cicheck.go
@@ -44,7 +44,7 @@ func ProcessCiCheck(fileID, riskThreshold int) {
44
}
45
staticScanProgess = file.StaticScanProgress
46
bar.SetCurrent(int64(staticScanProgess), time.Since(start))
47
- if time.Since(start) > 15*time.Minute {
+ if time.Since(start) > 30*time.Minute {
48
err := errors.New("Request timed out")
49
PrintError(err)
50
os.Exit(1)
0 commit comments