We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a97e09 commit 977cbdaCopy full SHA for 977cbda
eng/pipelines/templates/jobs/archetype-sdk-client.yml
@@ -3,6 +3,7 @@ parameters:
3
BeforePublishSteps: []
4
TestMarkArgument: ''
5
BuildTargetingString: 'azure-*'
6
+ TestTimeoutInMinutes: 0
7
8
jobs:
9
- job: 'Build'
@@ -33,6 +34,7 @@ jobs:
33
34
- template: ../steps/analyze.yml
35
36
- job: 'Test'
37
+ timeoutInMinutes: ${{ parameters.TestTimeoutInMinutes }}
38
variables:
39
- template: ../variables/globals.yml
40
sdk/cognitiveservices/ci.yml
@@ -24,4 +24,5 @@ pr:
24
25
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
26
parameters:
27
- ServiceDirectory: cognitiveservices
+ ServiceDirectory: cognitiveservices
28
+ TestTimeoutInMinutes: 75
0 commit comments