mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
remove the timeout bound from the kad-dht test
This commit is contained in:
@ -400,8 +400,7 @@ async def test_dht_req_fail_with_invalid_record_transfer(
|
||||
envelope.public_key = key_pair.public_key
|
||||
dht_a.host.get_peerstore().set_local_record(envelope)
|
||||
|
||||
with trio.fail_after(TEST_TIMEOUT):
|
||||
await dht_a.put_value(key, value)
|
||||
await dht_a.put_value(key, value)
|
||||
|
||||
value = dht_b.value_store.get(key)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user