|
@@ -77,7 +77,7 @@ runs:
|
|
|
|
|
|
### pytest configuration ###
|
|
|
echo "PY_COLORS=1" >> "$GITHUB_ENV"
|
|
|
- echo "PYTEST_ADDOPTS=--reruns=5 --durations=10" >> $GITHUB_ENV
|
|
|
+ echo "PYTEST_ADDOPTS=--reruns=5 --durations=10 --fail-slow=60s" >> $GITHUB_ENV
|
|
|
|
|
|
### pytest-sentry configuration ###
|
|
|
if [ "$GITHUB_REPOSITORY" = "getsentry/sentry" ]; then
|