CI: Set timeout to 2 hours on all platforms.

This commit is contained in:
David Himmelstrup 2020-07-06 14:43:13 +08:00
commit da6d767ebb
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
jobs:
- job: ${{ parameters.name }}
timeoutInMinutes: 120
variables:
STACK_ROOT: $(Build.SourcesDirectory)/.stack-root
pool:

View file

@ -1,5 +1,6 @@
jobs:
- job: ${{ parameters.name }}
timeoutInMinutes: 120
variables:
STACK_ROOT: $(Build.SourcesDirectory)/.stack-root
pool: