Skip to content

Commit 4af19b0

Browse files
committed
ci: increase timeout on the auto branch in azure
1 parent d185fea commit 4af19b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.azure-pipelines/auto.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ variables:
1111

1212
jobs:
1313
- job: Linux
14+
timeoutInMinutes: 600
1415
pool:
1516
vmImage: ubuntu-16.04
1617
steps:
@@ -150,6 +151,7 @@ jobs:
150151
IMAGE: mingw-check
151152

152153
- job: macOS
154+
timeoutInMinutes: 600
153155
pool:
154156
vmImage: macos-10.13
155157
steps:
@@ -212,6 +214,7 @@ jobs:
212214

213215

214216
- job: Windows
217+
timeoutInMinutes: 600
215218
pool:
216219
vmImage: 'vs2017-win2016'
217220
steps:

0 commit comments

Comments
 (0)