File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,12 +107,6 @@ jobs:
107107 TURBO_TOKEN : ${{ secrets.TURBO_TOKEN }}
108108 TURBO_TEAM : ${{ vars.TURBO_TEAM }}
109109 TURBO_REMOTE_ONLY : true
110- # Several plugins declare pytest-xprocess as a dev dep but none use it.
111- # Its pytest_terminal_summary hook was the last thing to print before
112- # plugin-tests hung for 33 minutes in run 25234887145, so disable it
113- # globally as a precaution. Safe: `-p no:NAME` is a no-op when NAME
114- # isn't installed.
115- PYTEST_ADDOPTS : " -p no:xprocess"
116110 steps :
117111 - uses : actions/checkout@v6
118112 with :
@@ -133,6 +127,9 @@ jobs:
133127 no-vision-deps : " true"
134128
135129 - name : Run plugin tests
130+ # Cap step well below the 60m job budget so a flaky plugin
131+ # (most recently plugin-shell rust PTY tests in run 25234887145)
132+ # fails fast instead of burning the whole job's wall clock.
136133 timeout-minutes : 35
137134 run : bun run test:plugins
138135
You can’t perform that action at this time.
0 commit comments