diff --git a/common/common/googleapis.py b/common/common/googleapis.py index d7aa292..09408de 100644 --- a/common/common/googleapis.py +++ b/common/common/googleapis.py @@ -6,8 +6,9 @@ import gevent from .requests import InstrumentedSession -# Wraps all requests in some metric collection +# Wraps all requests in some metric collection and default timeouts requests = InstrumentedSession() +requests.timeout = 30 class GoogleAPIClient(object):