Skip to content

Commit 7b7e172

Browse files
committed
Place timeouts at the job level
1 parent a225551 commit 7b7e172

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.azure-pipelines/try.yml

Lines changed: 3 additions & 0 deletions
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:
@@ -144,6 +145,7 @@ jobs:
144145
IMAGE: mingw-check
145146

146147
- job: macOS
148+
timeoutInMinutes: 600
147149
pool:
148150
vmImage: macos-10.13
149151
steps:
@@ -204,6 +206,7 @@ jobs:
204206
DIST_REQUIRE_ALL_TOOLS: 1
205207

206208
- job: Windows
209+
timeoutInMinutes: 600
207210
pool:
208211
vmImage: 'vs2017-win2016'
209212
steps:

0 commit comments

Comments
 (0)