File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ stages:
11
11
jobs :
12
12
- job : MacBuild
13
13
displayName : " Mac Build"
14
+ timeoutInMinutes : 90
14
15
pool :
15
16
vmImage : " macOS-13"
16
17
steps :
@@ -53,6 +54,7 @@ stages:
53
54
54
55
- job : UbuntuBuild
55
56
displayName : " Ubuntu build"
57
+ timeoutInMinutes : 90
56
58
pool :
57
59
vmImage : " ubuntu-latest"
58
60
steps :
@@ -82,6 +84,7 @@ stages:
82
84
83
85
- job : UbuntuArm64
84
86
displayName : " Ubuntu ARM64 build"
87
+ timeoutInMinutes : 90
85
88
pool :
86
89
vmImage : " ubuntu-latest"
87
90
steps :
@@ -105,6 +108,7 @@ stages:
105
108
106
109
- job : UbuntuDoc
107
110
displayName : " Ubuntu Doc build"
111
+ timeoutInMinutes : 90
108
112
pool :
109
113
vmImage : " ubuntu-latest"
110
114
steps :
@@ -142,6 +146,7 @@ stages:
142
146
143
147
- job : " ManylinuxPythonBuildAmd64"
144
148
displayName : " Python bindings (manylinux Centos AMD64) build"
149
+ timeoutInMinutes : 90
145
150
pool :
146
151
vmImage : " ubuntu-latest"
147
152
container : " quay.io/pypa/manylinux2014_x86_64:latest"
@@ -163,6 +168,7 @@ stages:
163
168
164
169
- job : ManyLinuxPythonBuildArm64
165
170
displayName : " Python bindings (manylinux Centos ARM64 cross) build"
171
+ timeoutInMinutes : 90
166
172
variables :
167
173
name : ManyLinux
168
174
python : " /opt/python/cp37-cp37m/bin/python"
You can’t perform that action at this time.
0 commit comments