We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fd4ac commit 1fb9706Copy full SHA for 1fb9706
azure-pipelines/pipelines.yaml
@@ -31,7 +31,7 @@ jobs:
31
displayName: "Publish linting results"
32
33
- job: "Test_Linux"
34
- timeoutInMinutes: 15
+ timeoutInMinutes: 20
35
displayName: "Tests - Linux"
36
pool: { vmImage: "ubuntu-18.04" }
37
@@ -59,7 +59,7 @@ jobs:
59
- template: "templates/run_tests.yml"
60
61
- job: "Test_MacOS"
62
63
displayName: "Tests - macOS"
64
pool: { vmImage: "macOS-10.15" }
65
@@ -90,7 +90,7 @@ jobs:
90
91
92
- job: "Test_Windows"
93
94
displayName: "Tests - Windows"
95
pool: { vmImage: "windows-2019" }
96
0 commit comments