Skip to content

Commit

Permalink
Fix sync tests duration
Browse files Browse the repository at this point in the history
  • Loading branch information
F4ever committed Nov 1, 2024
1 parent c0403c5 commit 11b66da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
poetry_publish_options: "--dry-run"
poetry_publish_options: "--dry-run"
6 changes: 4 additions & 2 deletions tests/test_http_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def test_nothing_works(self, make_post_request):
[
"http://127.0.0.1:9001",
"http://127.0.0.1:9002",
]
],
exception_retry_configuration=None,
)

w3 = Web3(provider)
Expand All @@ -55,7 +56,8 @@ def one_provider_works(self, provider_class):
[
"http://127.0.0.1:9001",
"http://127.0.0.1:9000",
]
],
exception_retry_configuration=None,
)

w3 = Web3(provider)
Expand Down

0 comments on commit 11b66da

Please sign in to comment.