Skip to content

Commit

Permalink
Make live test timeout configurable (#10284)
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkuttappan authored and root committed Mar 17, 2020
1 parent 354dd77 commit 306cb52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/pipelines/templates/jobs/archetype-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ parameters:
BuildDocs: true
JobName: Test
AllocateResourceGroup: 'true'
TestTimeoutInMinutes: 120
Matrix:
Linux_Python35:
OSName: 'Linux'
Expand Down Expand Up @@ -39,7 +40,7 @@ jobs:
skipComponentGovernanceDetection: true
CoverageArg: --disablecov

timeoutInMinutes: 120
timeoutInMinutes: ${{ parameters.TestTimeoutInMinutes }}
strategy:
maxParallel: ${{ parameters.MaxParallel }}
matrix: ${{ parameters.Matrix }}
Expand Down

0 comments on commit 306cb52

Please sign in to comment.