about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-05-26 18:35:32 +0200
committerPietro Albini <pietro@pietroalbini.org>2019-05-26 18:35:32 +0200
commit4af19b0ce9c438a222e5fc30c91cbc2db3afc37b (patch)
tree35e6fe3d0e202a2ee56fe6468e7c3f9dfcadfed1
parentd185feae4f0d383cf3f3b250f84ac007b488e6d5 (diff)
downloadrust-4af19b0ce9c438a222e5fc30c91cbc2db3afc37b.tar.gz
rust-4af19b0ce9c438a222e5fc30c91cbc2db3afc37b.zip
ci: increase timeout on the auto branch in azure
-rw-r--r--.azure-pipelines/auto.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.azure-pipelines/auto.yml b/.azure-pipelines/auto.yml
index 38c93346437..4cdf8423c08 100644
--- a/.azure-pipelines/auto.yml
+++ b/.azure-pipelines/auto.yml
@@ -11,6 +11,7 @@ variables:
 
 jobs:
 - job: Linux
+  timeoutInMinutes: 600
   pool:
     vmImage: ubuntu-16.04
   steps:
@@ -150,6 +151,7 @@ jobs:
         IMAGE: mingw-check
 
 - job: macOS
+  timeoutInMinutes: 600
   pool:
     vmImage: macos-10.13
   steps:
@@ -212,6 +214,7 @@ jobs:
 
 
 - job: Windows
+  timeoutInMinutes: 600
   pool:
     vmImage: 'vs2017-win2016'
   steps: