Skip to content

Commit d2304e1

Browse files
committed
ci: increase timeout, take 2
1 parent 67db230 commit d2304e1

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
strategy:
@@ -27,6 +28,7 @@ jobs:
2728
- template: steps/run.yml
2829

2930
- job: macOS
31+
timeoutInMinutes: 600
3032
pool:
3133
vmImage: macos-10.13
3234
strategy:
@@ -53,6 +55,7 @@ jobs:
5355
- template: steps/run.yml
5456

5557
- job: Windows
58+
timeoutInMinutes: 600
5659
pool:
5760
vmImage: 'vs2017-win2016'
5861
strategy:

0 commit comments

Comments
 (0)