Skip to content

Commit

Permalink
update default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hdm committed Sep 2, 2024
1 parent af4b411 commit 26eb5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runzero/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Client:
:type validate_certificate: bool
"""

__default_timeout__ = 30
__default_timeout__ = 180
__default_server_url__ = "https://console.runzero.com"

class _Paths(str, Enum):
Expand Down

0 comments on commit 26eb5fe

Please sign in to comment.