Skip to content

Commit 1fb9706

Browse files
authored
Increase timeout to 20 minutes
1 parent e9fd4ac commit 1fb9706

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines/pipelines.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
displayName: "Publish linting results"
3232

3333
- job: "Test_Linux"
34-
timeoutInMinutes: 15
34+
timeoutInMinutes: 20
3535
displayName: "Tests - Linux"
3636
pool: { vmImage: "ubuntu-18.04" }
3737

@@ -59,7 +59,7 @@ jobs:
5959
- template: "templates/run_tests.yml"
6060

6161
- job: "Test_MacOS"
62-
timeoutInMinutes: 15
62+
timeoutInMinutes: 20
6363
displayName: "Tests - macOS"
6464
pool: { vmImage: "macOS-10.15" }
6565

@@ -90,7 +90,7 @@ jobs:
9090
- template: "templates/run_tests.yml"
9191

9292
- job: "Test_Windows"
93-
timeoutInMinutes: 15
93+
timeoutInMinutes: 20
9494
displayName: "Tests - Windows"
9595
pool: { vmImage: "windows-2019" }
9696

0 commit comments

Comments
 (0)