Skip to content

Commit 96e3233

Browse files
Update azure-pipelines.yml for Azure Pipelines
set timeout to 90 minutes to see if this helps
1 parent 813da35 commit 96e3233

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: azure-pipelines.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ variables:
1717
# Disabled pending clang dependencies for std::unordered_map
1818

1919
jobs:
20-
20+
2121
- job: "LinuxPythonDebug"
2222
displayName: "Ubuntu build - python make - debug"
23+
timeoutInMinutes: 90
2324
pool:
2425
vmImage: "ubuntu-latest"
2526
strategy:
@@ -45,6 +46,7 @@ jobs:
4546

4647
- job: "ManylinuxPythonBuildAmd64"
4748
displayName: "Python bindings (manylinux Centos AMD64) build"
49+
timeoutInMinutes: 90
4850
pool:
4951
vmImage: "ubuntu-latest"
5052
container: "quay.io/pypa/manylinux2014_x86_64:latest"
@@ -56,6 +58,7 @@ jobs:
5658
- script: "pip install ./src/api/python/wheelhouse/*.whl && python - <src/api/python/z3test.py z3 && python - <src/api/python/z3test.py z3num"
5759

5860
- job: ManyLinuxPythonBuildArm64
61+
timeoutInMinutes: 90
5962
displayName: "Python bindings (manylinux Centos ARM64 cross) build"
6063
variables:
6164
name: ManyLinux
@@ -78,6 +81,7 @@ jobs:
7881

7982
- job: "UbuntuOCaml"
8083
displayName: "Ubuntu with OCaml"
84+
timeoutInMinutes: 90
8185
pool:
8286
vmImage: "Ubuntu-latest"
8387
steps:
@@ -101,6 +105,7 @@ jobs:
101105

102106
- job: "UbuntuOCamlStatic"
103107
displayName: "Ubuntu with OCaml on z3-static"
108+
timeoutInMinutes: 90
104109
pool:
105110
vmImage: "Ubuntu-latest"
106111
steps:
@@ -133,6 +138,7 @@ jobs:
133138

134139
- job: "LinuxMSan"
135140
displayName: "Ubuntu build - cmake"
141+
timeoutInMinutes: 90
136142
condition: eq(0,1)
137143
pool:
138144
vmImage: "ubuntu-latest"
@@ -167,6 +173,7 @@ jobs:
167173

168174
- job: "UbuntuCMake"
169175
displayName: "Ubuntu build - cmake"
176+
timeoutInMinutes: 90
170177
pool:
171178
vmImage: "ubuntu-latest"
172179
strategy:
@@ -220,6 +227,7 @@ jobs:
220227

221228
- job: "MacOSPython"
222229
displayName: "MacOS build"
230+
timeoutInMinutes: 90
223231
pool:
224232
vmImage: "macOS-latest"
225233
steps:
@@ -241,6 +249,7 @@ jobs:
241249

242250
- job: "MacOSCMake"
243251
displayName: "MacOS build with CMake"
252+
timeoutInMinutes: 90
244253
pool:
245254
vmImage: "macOS-latest"
246255
steps:
@@ -264,6 +273,7 @@ jobs:
264273

265274
- job: "MacOSOCaml"
266275
displayName: "MacOS build with OCaml"
276+
timeoutInMinutes: 90
267277
condition: eq(0,1)
268278
pool:
269279
vmImage: "macOS-latest"

0 commit comments

Comments
 (0)