There was an error while loading. Please reload this page.
1 parent 0aefe26 commit 634b76fCopy full SHA for 634b76f
1 file changed
.github/workflows/test.yaml
@@ -78,6 +78,10 @@ jobs:
78
run: uv run pytest -m "not fuzzing" -s --cov=ape_alchemy -n auto
79
env:
80
WEB3_ALCHEMY_PROJECT_ID: ${{ secrets.WEB3_ALCHEMY_PROJECT_ID }}
81
+ # NOTE: For CI testing w/ Free Tier API, use more forgiving rate limit
82
+ APE_ALCHEMY_RATE_LIMIT_MIN_RETRY_DELAY: 5000
83
+ APE_ALCHEMY_RATE_LIMIT_MAX_RETRY_DELAY: 15000
84
+ APE_ALCHEMY_RATE_LIMIT_MAX_RETRIES: 15
85
86
# NOTE: uncomment this block after you've marked tests with @pytest.mark.fuzzing
87
# fuzzing:
0 commit comments