Skip to content

Commit

Permalink
5 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydvoss committed Jan 22, 2024
1 parent d769f75 commit cff6b40
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=6) as response:
with urlopen(request, timeout=5) as response:
print("end urlopen")
print("end get_azure_vm_metadata")
return loads(response.read())
Expand Down

0 comments on commit cff6b40

Please sign in to comment.