mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
test: Bump sync_mempools timeout in p2p_1p1c_network.py
This commit is contained in:
parent
1111b0ac19
commit
fa80a7dac4
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ class PackageRelayTest(BitcoinTestFramework):
|
|||
assert_equal(submitpackage_result["package_msg"], "success")
|
||||
|
||||
self.log.info("Wait for mempools to sync")
|
||||
self.sync_mempools(timeout=20)
|
||||
self.sync_mempools()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue