Skip to content

Commit

Permalink
sleep 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydvoss committed Jan 22, 2024
1 parent a48d7ea commit 964ab20
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,9 @@ def get_azure_vm_metadata(self): # pylint: disable=no-self-use
request = Request(_AZURE_VM_METADATA_ENDPOINT)
print("end Request")
request.add_header("Metadata", "True")
try:
raise Exception("Blah1")
except Exception:
pass
try:
raise Exception("Blah2")
except Exception:
pass
try:
print("begin urlopen")
sleep(10)
sleep(20)
# with urlopen(request, timeout=) as response:
# print("end urlopen")
# print("end get_azure_vm_metadata")
Expand Down

0 comments on commit 964ab20

Please sign in to comment.