Skip to content

Commit 57e4f7d

Browse files
authored
Merge pull request #47 from appknox/ginilpg-patch-1
Updated the timeout to 30mins from 15
2 parents c7e39f3 + e48cbe2 commit 57e4f7d

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)