Skip to content

Commit 8ef6073

Browse files
authored
[iris-cw-ci] Bump integration pipeline timeouts to 30m/15m (#5125)
The full marin pipeline test runs 8 sequential Iris sub-jobs, each paying ~60-90s of pod startup + dep sync overhead. On the last CoreWeave CI run, train_lm completed just 34s after pytest-timeout fired at 600s. Bump the shell wrapper from 900s to 1800s and pytest-timeout from 600s to 900s.
1 parent 071b45b commit 8ef6073

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/iris-coreweave-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ jobs:
176176
FSSPEC_S3: '{"endpoint_url": "https://74981a43be0de7712369306c7b19133d.r2.cloudflarestorage.com"}'
177177
run: |
178178
export IRIS_CONTROLLER_URL="http://localhost:${LOCAL_PORT}"
179-
timeout 900 uv run pytest tests/test_integration_test.py \
180-
-m integration -o "addopts=" --timeout=600 -v -s
179+
timeout 1800 uv run pytest tests/test_integration_test.py \
180+
-m integration -o "addopts=" --timeout=900 -v -s
181181
182182
- name: Stop port-forward
183183
if: always()

0 commit comments

Comments
 (0)