fix: bump E2E job timeout to 60 min -- cold Docker build takes ~10 min for ML model downloads

This commit is contained in:
Your Name
2026-03-16 19:20:28 -05:00
parent 602e81c6b4
commit 92ab5f8c88
+1 -1
View File
@@ -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