mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
ci(nightly): give Docker Container E2E a 90-minute budget (#698)
A from-scratch image build plus the full in-container suite runs ~65 minutes, so the 60-minute budget cancelled the job right before it finished while every test passed. Raise it to 90 minutes.
This commit is contained in:
@@ -326,7 +326,9 @@ jobs:
|
||||
docker-e2e:
|
||||
name: Docker Container E2E
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
# A from-scratch image build (~14 min) plus the full in-container suite runs
|
||||
# ~65 min, so the old 60-minute budget cancelled the job before it finished.
|
||||
timeout-minutes: 90
|
||||
steps:
|
||||
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
- name: Run container test suite
|
||||
|
||||
Reference in New Issue
Block a user