Skip to content

Commit 634b76f

Browse files
committed
fix(CI): use more forgiving rate limit for CI
1 parent 0aefe26 commit 634b76f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
run: uv run pytest -m "not fuzzing" -s --cov=ape_alchemy -n auto
7979
env:
8080
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
8185

8286
# NOTE: uncomment this block after you've marked tests with @pytest.mark.fuzzing
8387
# fuzzing:

0 commit comments

Comments
 (0)