mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
CI: Set timeout to 2 hours on all platforms.
This commit is contained in:
parent
d731dcb383
commit
da6d767ebb
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
jobs:
|
||||
- job: ${{ parameters.name }}
|
||||
timeoutInMinutes: 120
|
||||
variables:
|
||||
STACK_ROOT: $(Build.SourcesDirectory)/.stack-root
|
||||
pool:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
jobs:
|
||||
- job: ${{ parameters.name }}
|
||||
timeoutInMinutes: 120
|
||||
variables:
|
||||
STACK_ROOT: $(Build.SourcesDirectory)/.stack-root
|
||||
pool:
|
||||
|
|
|
|||
Loading…
Reference in a new issue