Skip to content

Commit d1575af

Browse files
Update nightly.yaml for Azure Pipelines
update timeout to 90
1 parent 96e3233 commit d1575af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/nightly.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ stages:
1111
jobs:
1212
- job: MacBuild
1313
displayName: "Mac Build"
14+
timeoutInMinutes: 90
1415
pool:
1516
vmImage: "macOS-13"
1617
steps:
@@ -53,6 +54,7 @@ stages:
5354

5455
- job: UbuntuBuild
5556
displayName: "Ubuntu build"
57+
timeoutInMinutes: 90
5658
pool:
5759
vmImage: "ubuntu-latest"
5860
steps:
@@ -82,6 +84,7 @@ stages:
8284

8385
- job: UbuntuArm64
8486
displayName: "Ubuntu ARM64 build"
87+
timeoutInMinutes: 90
8588
pool:
8689
vmImage: "ubuntu-latest"
8790
steps:
@@ -105,6 +108,7 @@ stages:
105108

106109
- job: UbuntuDoc
107110
displayName: "Ubuntu Doc build"
111+
timeoutInMinutes: 90
108112
pool:
109113
vmImage: "ubuntu-latest"
110114
steps:
@@ -142,6 +146,7 @@ stages:
142146

143147
- job: "ManylinuxPythonBuildAmd64"
144148
displayName: "Python bindings (manylinux Centos AMD64) build"
149+
timeoutInMinutes: 90
145150
pool:
146151
vmImage: "ubuntu-latest"
147152
container: "quay.io/pypa/manylinux2014_x86_64:latest"
@@ -163,6 +168,7 @@ stages:
163168

164169
- job: ManyLinuxPythonBuildArm64
165170
displayName: "Python bindings (manylinux Centos ARM64 cross) build"
171+
timeoutInMinutes: 90
166172
variables:
167173
name: ManyLinux
168174
python: "/opt/python/cp37-cp37m/bin/python"

0 commit comments

Comments
 (0)