Skip to content

Commit 4807ed6

Browse files
committed
fix: increase osv timeout to accomodate bigger projects
1 parent b29c009 commit 4807ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/scanner/osv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
AdvisoryKind osvReferenceKind = "ADVISORY"
2020
WebKind osvReferenceKind = "WEB"
2121
PackageKind osvReferenceKind = "PACKAGE"
22-
osvTimeout = 30 * time.Second
22+
osvTimeout = 5 * time.Minute
2323
)
2424

2525
type osvSource struct {

0 commit comments

Comments
 (0)