ci(admin): raise deploy job timeout to 45m for slow lixbuild
This commit is contained in:
parent
6c80e6cb12
commit
fd6f4d6945
2 changed files with 3 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ concurrency:
|
|||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: [self-hosted, linux, black]
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 45
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
|
|
@ -17,7 +17,8 @@ concurrency:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: [self-hosted, linux, black]
|
||||
timeout-minutes: 30
|
||||
# admin lixbuild routinely exceeds 25m on the single black runner.
|
||||
timeout-minutes: 45
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue