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 e3d06fc commit 00743f3Copy full SHA for 00743f3
azure/i386/job.yml
@@ -1,9 +1,11 @@
1
parameters:
2
configurationName: ''
3
configurationParameters: ''
4
+ timeoutInMinutes: 75
5
6
jobs:
7
- job: ${{ parameters.configurationName }}
8
+ timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
9
pool:
10
vmImage: 'ubuntu-20.04'
11
steps:
azure/job.yml
@@ -2,7 +2,7 @@ parameters:
runTestsParameters: ''
- timeoutInMinutes: 60
0 commit comments