Skip to content

Commit

Permalink
Merge pull request #1031 from rjeffman/ci_increase_timeout
Browse files Browse the repository at this point in the history
upstream CI: increase Azure test timeout.
  • Loading branch information
t-woerner committed Jan 23, 2023
2 parents 2761c7e + 683a894 commit e96f92c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/azure/templates/galaxy_pytest_script.yml
Expand Up @@ -15,7 +15,7 @@ parameters:
jobs:
- job: Test_PyTests
displayName: Run pytests on ${{ parameters.scenario }}
timeoutInMinutes: 120
timeoutInMinutes: 240
steps:
- task: UsePythonVersion@0
inputs:
Expand Down
2 changes: 1 addition & 1 deletion tests/azure/templates/galaxy_script.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/azure/templates/playbook_fast.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/azure/templates/playbook_tests.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/azure/templates/pytest_tests.yml
Expand Up @@ -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
Expand Down

0 comments on commit e96f92c

Please sign in to comment.