From 7bb8e3d548c32d3507c69114a363790879cb91c9 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Tue, 5 Dec 2023 11:47:13 -0300 Subject: [PATCH] upstream ci: Increase timeout for PR tests After the change for a single job to run PR tests, and if there is any change to ansible_module_utils, all the playbook tests are executed, and the result is a failure due to timeout. This PR increases the timeout so that a PR with changes to ansible_module_utils can have the tests executed. --- tests/azure/templates/playbook_fast.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/azure/templates/playbook_fast.yml b/tests/azure/templates/playbook_fast.yml index 2629b3e5b7..a01d2c348f 100644 --- a/tests/azure/templates/playbook_fast.yml +++ b/tests/azure/templates/playbook_fast.yml @@ -21,7 +21,7 @@ parameters: jobs: - job: Test_Group${{ parameters.group_number }} displayName: Run playbook tests ${{ parameters.scenario }} (${{ parameters.group_number }}/${{ parameters.number_of_groups }}) - timeoutInMinutes: 240 + timeoutInMinutes: 360 variables: - template: variables.yaml - template: variables_${{ parameters.scenario }}.yaml