We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce57d0 commit 2ca81e5Copy full SHA for 2ca81e5
.github/actions/setup-sentry/action.yml
@@ -50,12 +50,7 @@ runs:
50
51
### pytest configuration ###
52
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
+ echo "PYTEST_ADDOPTS=--reruns=5 --durations=10 --fail-slow=60s" >> $GITHUB_ENV
59
echo "COVERAGE_CORE=sysmon" >> "$GITHUB_ENV"
60
61
### pytest-sentry configuration ###
0 commit comments