diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-06-25 03:20:42 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-06-25 00:35:01 +0000 |
commit | e9dbe82d3ebcdc873946fe84f8ab213377b1561d (patch) | |
tree | f87c4ec1d081c4883b072c6376d17b620cf23b34 | |
parent | d0f468fef11f576cbbb2e704517f7b2d010750a1 (diff) | |
download | meson-e9dbe82d3ebcdc873946fe84f8ab213377b1561d.zip meson-e9dbe82d3ebcdc873946fe84f8ab213377b1561d.tar.gz meson-e9dbe82d3ebcdc873946fe84f8ab213377b1561d.tar.bz2 |
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.
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 45d85b7..f482b8e 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: |