Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 510c3e1

Browse files
committed
Try timeout at 90 minutes
1 parent 1612e19 commit 510c3e1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
parameters:
1919
name: "windows2019"
2020
vmImage: "windows-latest"
21-
timeoutInMinutes: 90
2221
matrix:
2322
py_3.8_32:
2423
PYTHON_VERSION: "3.8.x"
@@ -43,43 +42,40 @@ jobs:
4342
PYTHON_ARCH: 'x64'
4443
NPY_USE_BLAS_ILP64: 1
4544
BITS: 64
45+
timeoutInMinutes: 90
4646

4747
- template: azure/posix.yml
4848
parameters:
4949
name: linux
5050
vmImage: ubuntu-18.04
51-
timeoutInMinutes: 90
5251
matrix:
5352
pypy_3.8_64:
5453
MB_PYTHON_VERSION: "pypy3.8-7.3.7"
5554
AZURE_PYTHON_VERSION: "3.8"
5655
MB_ML_VER: "2014"
5756
CONFIG_PATH: "config_ilp64.sh"
5857
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
59-
6058
py_3.8_64:
6159
MB_PYTHON_VERSION: "3.8"
6260
MB_ML_VER: "2014"
6361
CONFIG_PATH: "config_ilp64.sh"
6462
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
65-
6663
py_3.9_64:
6764
MB_PYTHON_VERSION: "3.9"
6865
MB_ML_VER: "2014"
6966
CONFIG_PATH: "config_ilp64.sh"
7067
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
71-
7268
py_3.10_64:
7369
MB_PYTHON_VERSION: "3.10"
7470
MB_ML_VER: "2014"
7571
CONFIG_PATH: "config_ilp64.sh"
7672
DOCKER_TEST_IMAGE: "multibuild/focal_{PLAT}"
73+
timeoutInMinutes: 90
7774

7875
- template: azure/posix.yml
7976
parameters:
8077
name: macOS
8178
vmImage: macOS-10.15
82-
timeoutInMinutes: 90
8379
matrix:
8480
py_3.8_64:
8581
MB_PYTHON_VERSION: "3.8"
@@ -103,3 +99,4 @@ jobs:
10399
MB_PYTHON_VERSION: "3.10"
104100
PLAT: universal2
105101
CONFIG_PATH: "config_ilp64.sh"
102+
timeoutInMinutes: 90

0 commit comments

Comments
 (0)