Merge pull request #2124 from Molecule-AI/fix/canary-job-timeout-headroom

fix(canary): bump job timeout to 25m so bash fail + diagnostic can fire (#2090)
This commit is contained in:
hongmingwang-moleculeai 2026-04-26 21:45:32 +00:00 committed by GitHub
commit 64ecdf9c3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,14 @@ jobs:
canary:
name: Canary smoke
runs-on: ubuntu-latest
timeout-minutes: 15
# 25 min headroom over the 15-min TLS-readiness deadline in
# tests/e2e/test_staging_full_saas.sh (#2107). Without the buffer
# the job is killed at the wall-clock 15:00 mark BEFORE the bash
# `fail` + diagnostic burst can fire, leaving every cancellation
# silent. Sibling staging E2E jobs run at 20-45 min — keeping
# canary tighter than them so a true wedge still surfaces here
# first.
timeout-minutes: 25
env:
MOLECULE_CP_URL: https://staging-api.moleculesai.app