about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.azure-pipelines/try.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.azure-pipelines/try.yml b/.azure-pipelines/try.yml
index 47470a2aa34..8060dc0a2f3 100644
--- a/.azure-pipelines/try.yml
+++ b/.azure-pipelines/try.yml
@@ -11,6 +11,7 @@ variables:
 
 jobs:
 - job: Linux
+  timeoutInMinutes: 600
   pool:
     vmImage: ubuntu-16.04
   strategy:
@@ -27,6 +28,7 @@ jobs:
   - template: steps/run.yml
 
 - job: macOS
+  timeoutInMinutes: 600
   pool:
     vmImage: macos-10.13
   strategy:
@@ -53,6 +55,7 @@ jobs:
   - template: steps/run.yml
 
 - job: Windows
+  timeoutInMinutes: 600
   pool:
     vmImage: 'vs2017-win2016'
   strategy: