mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 11:24:50 +00:00
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.
This commit is contained in:
@@ -21,7 +21,7 @@ parameters:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: Test_Group${{ parameters.group_number }}
|
- job: Test_Group${{ parameters.group_number }}
|
||||||
displayName: Run playbook tests ${{ parameters.scenario }} (${{ parameters.group_number }}/${{ parameters.number_of_groups }})
|
displayName: Run playbook tests ${{ parameters.scenario }} (${{ parameters.group_number }}/${{ parameters.number_of_groups }})
|
||||||
timeoutInMinutes: 240
|
timeoutInMinutes: 360
|
||||||
variables:
|
variables:
|
||||||
- template: variables.yaml
|
- template: variables.yaml
|
||||||
- template: variables_${{ parameters.scenario }}.yaml
|
- template: variables_${{ parameters.scenario }}.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user