Skip to content

Commit

Permalink
chg: increase downtime for provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Jun 2, 2022
1 parent 15373a7 commit 44ea1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adb_cloud_connector/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_temp_credentials() -> Json:
json.dump(data, outfile)
outfile.close()

time.sleep(5) # Give instance enough time to provision
time.sleep(10) # Give instance enough time to provision

print("Succcess: new credentials acquired")
return data

0 comments on commit 44ea1f6

Please sign in to comment.