Skip to content

Commit 8fd5065

Browse files
authored
Merge pull request #53 from vulnersCom/v3.0
update default timeout
2 parents 1d430f8 + f7f11fb commit 8fd5065

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulners/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(
8686
*,
8787
retry_count: int = 3,
8888
server_url: str = "https://vulners.com",
89-
timeout: float = 5.0,
89+
timeout: float = 60.0,
9090
):
9191
"""
9292
Create API.

0 commit comments

Comments
 (0)