diff --git a/.azure-pipelines/try.yml b/.azure-pipelines/try.yml index 47470a2aa348a..8060dc0a2f329 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: