From 96e323384fe2cfa767ddb06edd7accffc3811d65 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Mon, 17 Feb 2025 21:42:15 -0800 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines set timeout to 90 minutes to see if this helps --- azure-pipelines.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 938f63507..6368afdb4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,9 +17,10 @@ variables: # Disabled pending clang dependencies for std::unordered_map jobs: - + - job: "LinuxPythonDebug" displayName: "Ubuntu build - python make - debug" + timeoutInMinutes: 90 pool: vmImage: "ubuntu-latest" strategy: @@ -45,6 +46,7 @@ jobs: - job: "ManylinuxPythonBuildAmd64" displayName: "Python bindings (manylinux Centos AMD64) build" + timeoutInMinutes: 90 pool: vmImage: "ubuntu-latest" container: "quay.io/pypa/manylinux2014_x86_64:latest" @@ -56,6 +58,7 @@ jobs: - script: "pip install ./src/api/python/wheelhouse/*.whl && python -