From 9466ab629a1ce6bb7920ffff3826ac0e4e7db6f2 Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Fri, 8 Mar 2024 12:54:09 +0100 Subject: [PATCH] Extend time limit for azure ci. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aba410351d..25c156cea4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -196,7 +196,7 @@ stages: displayName: 'Build Neuron and Run Integration Tests' - job: 'manylinux_wheels' - timeoutInMinutes: 45 + timeoutInMinutes: 90 pool: vmImage: 'ubuntu-20.04' steps: