From e9dbe82d3ebcdc873946fe84f8ab213377b1561d Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 25 Jun 2020 03:20:42 +0530 Subject: ci: Bump the cygwin timeout to 120 minutes The default timeout is 60 min and we're timing out, but the maximum we can have is 6 hours. Bump it to 120 min for now. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 45d85b7e9..f482b8e4a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -64,6 +64,7 @@ jobs: - template: ci/azure-steps.yml - job: cygwin + timeoutInMinutes: 120 pool: vmImage: VS2017-Win2016 strategy: -- cgit v1.2.3