Skip to content

Commit f7f11fb

Browse files
author
zeloff
committed
update default timeout
1 parent fd61d29 commit f7f11fb

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)