File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,14 @@ mapping for Azure-specific configuration options. For example:
85
85
# limit the amount of CI jobs running concurrently at a given time
86
86
# each OS will get its proportional share of the configured value
87
87
max_parallel : 25
88
+ # set the timeoutInMinutes field for jobs in the azure pipeline.
89
+ # jobs that take longer than this will be cancelled.
90
+ # default: 360 (6 hours)
91
+ timeout_minutes : 360
92
+ # can also be set per-platform via
93
+ # settings_linux:
94
+ # timeoutInMinutes: 360
95
+
88
96
89
97
90
98
.. _self-hosted_azure-config :
@@ -103,6 +111,7 @@ Below is an example configuration for setting up a self-hosted Azure agent for L
103
111
clean : all
104
112
strategy :
105
113
maxParallel : 1
114
+ timeoutInMinutes : 360
106
115
107
116
.. _azure-swapfile :
108
117
You can’t perform that action at this time.
0 commit comments