Skip to content

Commit 2ca81e5

Browse files
Revert "ci: Make fail-slow 120s instead of 60 (#91756)"
This reverts commit 5efe687. Co-authored-by: evanpurkhiser <1421724+evanpurkhiser@users.noreply.github.com>
1 parent bce57d0 commit 2ca81e5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/actions/setup-sentry/action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,7 @@ runs:
5050
5151
### pytest configuration ###
5252
echo "PY_COLORS=1" >> "$GITHUB_ENV"
53-
# XXX(epurkihser): We've raised fail-slow from 60s to 120s since
54-
# 2025-05, our migration dependency tree has grown too large and it
55-
# takes these tests longer than 60 seconds to run. Once we've flattened
56-
# our migrations we can bring this back down (asottile is working on
57-
# this)
58-
echo "PYTEST_ADDOPTS=--reruns=5 --durations=10 --fail-slow=120s" >> $GITHUB_ENV
53+
echo "PYTEST_ADDOPTS=--reruns=5 --durations=10 --fail-slow=60s" >> $GITHUB_ENV
5954
echo "COVERAGE_CORE=sysmon" >> "$GITHUB_ENV"
6055
6156
### pytest-sentry configuration ###

0 commit comments

Comments
 (0)