mirror of
https://github.com/Chevron7Locked/kima-hub.git
synced 2026-06-19 07:37:17 +00:00
fix: bump E2E job timeout to 60 min -- cold Docker build takes ~10 min for ML model downloads
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
name: E2E Tests
|
||||
if: github.event_name == 'push' || github.event.label.name == 'run-e2e'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 60
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user