mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-02 14:31:18 +00:00
increase timeouts on azure
This commit is contained in:
parent
9418dc1a4d
commit
123f0069d5
@ -6,6 +6,7 @@ jobs:
|
||||
- job: Linux
|
||||
pool:
|
||||
vmImage: 'ubuntu-20.04'
|
||||
timeoutInMinutes: 90
|
||||
steps:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
@ -38,6 +39,7 @@ jobs:
|
||||
- job: macOS
|
||||
pool:
|
||||
vmImage: 'macOS-10.15'
|
||||
timeoutInMinutes: 90
|
||||
steps:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user