From 8555b29e11ecaa9be9715689f3b3f343b8d11e98 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran <rjshrjndrn@users.noreply.github.com> Date: Wed, 24 Jul 2019 19:46:16 +0530 Subject: [PATCH] Increasing the timeout for az delete to 2.5 hrs --- ansible/deploy-plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/deploy-plugins.yml b/ansible/deploy-plugins.yml index 17580e060..3bcf16233 100644 --- a/ansible/deploy-plugins.yml +++ b/ansible/deploy-plugins.yml @@ -17,7 +17,7 @@ - name: delete batch command: "az storage blob delete-batch -s {{ plugin_container_name }} --pattern {{ folder_name }}/*" - async: 3600 + async: 8000 poll: 10 tags: - content-editor -- GitLab