Skip to content

Commit

Permalink
ci: fix ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
darwintree committed Aug 10, 2023
1 parent 62b437c commit 96756bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/_test_helpers/ENV_SETTING.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
import os

TAG = "latest"
TAG = "2.3.0"
TESTNET_TAG = "2.3.0-3-testnet"
REPO_NAME = "confluxchain/conflux-rust"
DEV_IMAGE_FULL_NAME = f"{REPO_NAME}:{TAG}"
Expand Down
2 changes: 1 addition & 1 deletion tests/rpcs/test_cfx_rpcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def block_filter_id(self, moduled_w3: Web3) -> BlockFilterId:
return moduled_w3.cfx.new_block_filter()

def test_block_filter(self, moduled_w3: Web3, block_filter_id: BlockFilterId):
time.sleep(2)
time.sleep(5)
new_blocks = moduled_w3.cfx.get_filter_changes(block_filter_id)
# new_blocks = moduled_w3.manager.request_blocking(
# "cfx_getFilterChanges", [block_filter_id]
Expand Down

0 comments on commit 96756bd

Please sign in to comment.