Skip to content

Commit

Permalink
6 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydvoss committed Jan 22, 2024
1 parent a151ea5 commit d769f75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def get_azure_vm_metadata(self): # pylint: disable=no-self-use
pass
try:
print("begin urlopen")
with urlopen(request, timeout=4) as response:
with urlopen(request, timeout=6) as response:
print("end urlopen")
print("end get_azure_vm_metadata")
return loads(response.read())
Expand Down

0 comments on commit d769f75

Please sign in to comment.