mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-23 15:20:49 +01: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")
|
assert_equal(submitpackage_result["package_msg"], "success")
|
||||||
|
|
||||||
self.log.info("Wait for mempools to sync")
|
self.log.info("Wait for mempools to sync")
|
||||||
self.sync_mempools(timeout=20)
|
self.sync_mempools()
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Add table
Reference in a new issue