From 21d1ecf38bd10dd9399aa7cdf3bdf839fe6ef81e Mon Sep 17 00:00:00 2001 From: Maddie Ford Date: Fri, 5 Apr 2024 12:35:36 -0700 Subject: [PATCH] Increase timeout for agent to start and provisioning to complete --- tests_e2e/orchestrator/scripts/install-agent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_e2e/orchestrator/scripts/install-agent b/tests_e2e/orchestrator/scripts/install-agent index 240be052a..cf5a9e810 100755 --- a/tests_e2e/orchestrator/scripts/install-agent +++ b/tests_e2e/orchestrator/scripts/install-agent @@ -87,7 +87,7 @@ echo "Service Status:" # We need to wait for the provisioning code to complete before stopping the agent's service to do the test setup started=false -for i in {1..6} +for i in {1..12} do if [[ -f /var/lib/waagent/provisioned ]]; then started=true