Skip to content

Commit e48cbe2

Browse files
authored
Updated the timeout to 30mins from 15
1 parent c7e39f3 commit e48cbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper/cicheck.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func ProcessCiCheck(fileID, riskThreshold int) {
4444
}
4545
staticScanProgess = file.StaticScanProgress
4646
bar.SetCurrent(int64(staticScanProgess), time.Since(start))
47-
if time.Since(start) > 15*time.Minute {
47+
if time.Since(start) > 30*time.Minute {
4848
err := errors.New("Request timed out")
4949
PrintError(err)
5050
os.Exit(1)

0 commit comments

Comments
 (0)