Skip to content

Commit cb58da8

Browse files
committed
fix(ci): increase timeout processing RH OVAL data (#1883)
1 parent 4238607 commit cb58da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/vulnsrc/rhel/rhel.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const (
115115

116116
var (
117117
client = &http.Client{
118-
Timeout: 10 * time.Second,
118+
Timeout: 60 * time.Second,
119119
Transport: proxy.RoundTripper(),
120120
}
121121
)

0 commit comments

Comments
 (0)