diff --git a/tests/azure/templates/galaxy_pytest_script.yml b/tests/azure/templates/galaxy_pytest_script.yml index 68a051c9a..d2ddf780f 100644 --- a/tests/azure/templates/galaxy_pytest_script.yml +++ b/tests/azure/templates/galaxy_pytest_script.yml @@ -15,7 +15,7 @@ parameters: jobs: - job: Test_PyTests displayName: Run pytests on ${{ parameters.scenario }} - timeoutInMinutes: 120 + timeoutInMinutes: 240 steps: - task: UsePythonVersion@0 inputs: diff --git a/tests/azure/templates/galaxy_script.yml b/tests/azure/templates/galaxy_script.yml index 3564c9ccc..679140141 100644 --- a/tests/azure/templates/galaxy_script.yml +++ b/tests/azure/templates/galaxy_script.yml @@ -22,7 +22,7 @@ parameters: jobs: - job: Test_Group${{ parameters.group_number }} displayName: Run playbook tests ${{ parameters.scenario }} (${{ parameters.group_number }}/${{ parameters.number_of_groups }}) - timeoutInMinutes: 120 + timeoutInMinutes: 240 variables: - template: variables.yaml - template: variables_${{ parameters.scenario }}.yaml diff --git a/tests/azure/templates/playbook_fast.yml b/tests/azure/templates/playbook_fast.yml index 962315a8b..03bea2219 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: 120 + timeoutInMinutes: 240 variables: - template: variables.yaml - template: variables_${{ parameters.scenario }}.yaml diff --git a/tests/azure/templates/playbook_tests.yml b/tests/azure/templates/playbook_tests.yml index 712dfb622..44d44b1af 100644 --- a/tests/azure/templates/playbook_tests.yml +++ b/tests/azure/templates/playbook_tests.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: 120 + timeoutInMinutes: 240 variables: - template: variables.yaml - template: variables_${{ parameters.scenario }}.yaml diff --git a/tests/azure/templates/pytest_tests.yml b/tests/azure/templates/pytest_tests.yml index 99fb32061..bf0e2a523 100644 --- a/tests/azure/templates/pytest_tests.yml +++ b/tests/azure/templates/pytest_tests.yml @@ -15,7 +15,7 @@ parameters: jobs: - job: Test_PyTests displayName: Run pytests on ${{ parameters.scenario }} - timeoutInMinutes: 120 + timeoutInMinutes: 240 variables: - template: variables.yaml - template: variables_${{ parameters.scenario }}.yaml