Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reproducer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading