mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Increase timeout to 20 minutes
This commit is contained in:
parent
e9fd4ac8e6
commit
1fb970643b
1 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
displayName: "Publish linting results"
|
||||
|
||||
- job: "Test_Linux"
|
||||
timeoutInMinutes: 15
|
||||
timeoutInMinutes: 20
|
||||
displayName: "Tests - Linux"
|
||||
pool: { vmImage: "ubuntu-18.04" }
|
||||
|
||||
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
- template: "templates/run_tests.yml"
|
||||
|
||||
- job: "Test_MacOS"
|
||||
timeoutInMinutes: 15
|
||||
timeoutInMinutes: 20
|
||||
displayName: "Tests - macOS"
|
||||
pool: { vmImage: "macOS-10.15" }
|
||||
|
||||
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
- template: "templates/run_tests.yml"
|
||||
|
||||
- job: "Test_Windows"
|
||||
timeoutInMinutes: 15
|
||||
timeoutInMinutes: 20
|
||||
displayName: "Tests - Windows"
|
||||
pool: { vmImage: "windows-2019" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue