Skip to content

Commit d3d7aac

Browse files
author
Nissan Pow
committed
ci: reduce test timeout to 900s and remove reruns
1800s timeout + reruns caused airflow to run 3.5+ hours. 900s (15 min) is plenty for any single test. Removing reruns since k8s deployer failures are deterministic (same workflow fails the same way on rerun), so reruns just waste time.
1 parent 4e812da commit d3d7aac

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ux-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,7 @@ jobs:
258258
-n ${{ matrix.workers }} \
259259
-v \
260260
--tb=short \
261-
--timeout=1800 \
262-
--reruns 1 \
263-
--reruns-delay 10 \
261+
--timeout=900 \
264262
--cov=metaflow \
265263
--cov-report=term-missing \
266264
--cov-report=xml:coverage.xml \

0 commit comments

Comments
 (0)