mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 10:56:47 +00:00
reverted back the change
This commit is contained in:
parent
778a84d42e
commit
807bf02434
@ -16,8 +16,9 @@ def test_filter_against_latest_blocks(web3_empty, wait_for_block, skip_if_testrp
|
||||
|
||||
wait_for_block(web3, current_block + 3)
|
||||
|
||||
while len(seen_blocks) < 2:
|
||||
pass
|
||||
with gevent.Timeout(5):
|
||||
while len(seen_blocks) < 2:
|
||||
gevent.sleep(random.random())
|
||||
|
||||
txn_filter.stop_watching(3)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user