Skip to content

Commit ae65dff

Browse files
Increase timeout to maximum
Azure pipelines has a default job timeout of 60 minutes, which is no longer sufficient now that we're installing more dependencies. Set the timeout to unlimited (currently 5 hours for public projects on Microsoft hosted agents).
1 parent 20cdc39 commit ae65dff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ variables:
33

44
jobs:
55
- job: Windows
6+
timeoutInMinutes: 0
67
pool:
78
vmImage: win1803
89
variables:

0 commit comments

Comments
 (0)