Skip to content

Commit f26a17d

Browse files
ericchansenCopilot
andcommitted
ci: raise timeout to 15m for JAX-heavy test jobs
The test-jax and test-cross-backend jobs run the full JAX suite, whose per-molecule JIT compilation already put them at ~9m54s on master — right at the 10-minute cap. The new F5/F6 surrogate-path regression tests added in this PR push both over, causing test-cross-backend to be cancelled at the timeout. Raise those two jobs to 15m for headroom; the fast backend jobs (openmm/tinker/psi4/jax-md/core, all <=1m) stay at 10m. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent b1adb89 commit f26a17d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
container:
9292
image: ghcr.io/ericchansen/q2mm/ci-jax:latest
9393
options: --user root
94-
timeout-minutes: 10
94+
timeout-minutes: 15
9595
steps:
9696
- uses: actions/checkout@v4
9797
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
@@ -142,7 +142,7 @@ jobs:
142142
container:
143143
image: ghcr.io/ericchansen/q2mm/ci-full:latest
144144
options: --user root
145-
timeout-minutes: 10
145+
timeout-minutes: 15
146146
steps:
147147
- uses: actions/checkout@v4
148148
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)