From 44ea1f6c9fafd1bed7cfdae52ad9df9554ba8c2e Mon Sep 17 00:00:00 2001 From: aMahanna Date: Thu, 2 Jun 2022 11:20:21 -0400 Subject: [PATCH] chg: increase downtime for provisioning --- adb_cloud_connector/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adb_cloud_connector/utils.py b/adb_cloud_connector/utils.py index fecb6e2..a6c8325 100644 --- a/adb_cloud_connector/utils.py +++ b/adb_cloud_connector/utils.py @@ -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