From fa80a7dac4be8a1d8e32d88e46da23f14e06bade Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Tue, 21 Jan 2025 15:36:32 +0100 Subject: [PATCH] test: Bump sync_mempools timeout in p2p_1p1c_network.py --- test/functional/p2p_1p1c_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/p2p_1p1c_network.py b/test/functional/p2p_1p1c_network.py index eef307d1eb0..2f6e3eeb700 100755 --- a/test/functional/p2p_1p1c_network.py +++ b/test/functional/p2p_1p1c_network.py @@ -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__':