Closed
Description
In which file did you encounter the issue?
https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/iap/make_iap_request.py
Did you change the file? If so, how?
Nope
Describe the issue
python-docs-samples/iap/make_iap_request.py
Lines 101 to 104 in 5e958b5
We could make timeout an optional argument to the function, maybe with a default of 60 seconds based on https://cloud.google.com/appengine/articles/deadlineexceedederrors ?