From 23ce9a50f6730944488e48d652291d59d2609e98 Mon Sep 17 00:00:00 2001 From: Leonid Natapov Date: Mon, 12 Jan 2026 14:31:22 +0200 Subject: [PATCH] Increasing timeout for post deployment tasks uni delta ipv6 --- reproducer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reproducer.yml b/reproducer.yml index 75a92922a1..bebf7a9fb8 100644 --- a/reproducer.yml +++ b/reproducer.yml @@ -109,7 +109,7 @@ - cifmw_deploy_architecture | default(false) | bool - cifmw_post_deployment | default(true) | bool no_log: "{{ cifmw_nolog | default(true) | bool }}" - async: "{{ 7200 + cifmw_test_operator_timeout | default(3600) }}" # 2h should be enough to deploy EDPM and rest for tests. + async: "{{ 7200 + cifmw_test_operator_timeout | default(7200) }}" # 4h should be enough to deploy EDPM and rest for tests. poll: 20 delegate_to: controller-0 ansible.builtin.command: