From a9c86e791a8c7ea30c109d472a75bb5031ebfdcd Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 20 Sep 2021 08:57:14 +0100 Subject: [PATCH] Increase Azure linux job timeout --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd6b1d5e..5a47c585 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,6 @@ jobs: - job: linux_38 + timeoutInMinutes: 120 pool: {vmImage: 'Ubuntu-18.04'} steps: - task: UsePythonVersion@0