Skip to content

Commit 306cb52

Browse files
praveenkuttappanroot
authored and
root
committed
Make live test timeout configurable (#10284)
1 parent 354dd77 commit 306cb52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/pipelines/templates/jobs/archetype-sdk-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ parameters:
1111
BuildDocs: true
1212
JobName: Test
1313
AllocateResourceGroup: 'true'
14+
TestTimeoutInMinutes: 120
1415
Matrix:
1516
Linux_Python35:
1617
OSName: 'Linux'
@@ -39,7 +40,7 @@ jobs:
3940
skipComponentGovernanceDetection: true
4041
CoverageArg: --disablecov
4142

42-
timeoutInMinutes: 120
43+
timeoutInMinutes: ${{ parameters.TestTimeoutInMinutes }}
4344
strategy:
4445
maxParallel: ${{ parameters.MaxParallel }}
4546
matrix: ${{ parameters.Matrix }}

0 commit comments

Comments
 (0)