Skip to content

Commit 59200be

Browse files
ci: raise docker build timeout 30→45m
The image build (uv sync + bge-m3 + docling layers) runs ~30m and was hitting the 30m cap, cancelling the publish of :main. Give it headroom.
1 parent f76e42c commit 59200be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ concurrency:
3838
jobs:
3939
validate:
4040
runs-on: ubuntu-latest
41-
timeout-minutes: 30
41+
timeout-minutes: 45
4242

4343
steps:
4444
- uses: actions/checkout@v4
@@ -73,7 +73,7 @@ jobs:
7373
publish:
7474
if: github.event_name == 'push'
7575
runs-on: ubuntu-latest
76-
timeout-minutes: 30
76+
timeout-minutes: 45
7777

7878
steps:
7979
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)