We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d185fea commit 4af19b0Copy full SHA for 4af19b0
.azure-pipelines/auto.yml
@@ -11,6 +11,7 @@ variables:
11
12
jobs:
13
- job: Linux
14
+ timeoutInMinutes: 600
15
pool:
16
vmImage: ubuntu-16.04
17
steps:
@@ -150,6 +151,7 @@ jobs:
150
151
IMAGE: mingw-check
152
153
- job: macOS
154
155
156
vmImage: macos-10.13
157
@@ -212,6 +214,7 @@ jobs:
212
214
213
215
216
- job: Windows
217
218
219
vmImage: 'vs2017-win2016'
220
0 commit comments