diff options
-rw-r--r-- | osdf/utils/interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osdf/utils/interfaces.py b/osdf/utils/interfaces.py index a0a564e..4fa4730 100644 --- a/osdf/utils/interfaces.py +++ b/osdf/utils/interfaces.py @@ -62,7 +62,7 @@ class RestClient(object): self.method = method self.url = url self.log_func = log_func - self.timeout = (30, 90) if timeout is None else timeout + self.timeout = (30, 120) if timeout is None else timeout self.req_id = req_id self.verify = verify |