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:
SnapOtter
2026-07-31 09:40:23 +08:00
committed by GitHub
parent 24868ac5b4
commit 734bccb674
+3 -1
View File
@@ -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