diff --git a/.azure-pipelines/templates/coverage.yml b/.azure-pipelines/templates/coverage.yml index b518df280c2..2d5614fccab 100644 --- a/.azure-pipelines/templates/coverage.yml +++ b/.azure-pipelines/templates/coverage.yml @@ -7,6 +7,7 @@ jobs: - job: Coverage displayName: Code Coverage container: $[ variables.defaultContainer ] + timeoutInMinutes: 10 workspace: clean: all steps: diff --git a/.azure-pipelines/templates/test.yml b/.azure-pipelines/templates/test.yml index 3df72632a8c..8fc2fb269ee 100644 --- a/.azure-pipelines/templates/test.yml +++ b/.azure-pipelines/templates/test.yml @@ -12,6 +12,7 @@ jobs: - job: test_${{ replace(replace(replace(replace(job.test, '/', '_'), '.', '_'), '-', '_'), '@', '_') }} displayName: ${{ job.name }} container: $[ variables.defaultContainer ] + timeoutInMinutes: 65 workspace: clean: all steps: