Skip to content

Commit fa80a7d

Browse files
author
MarcoFalke
committed
test: Bump sync_mempools timeout in p2p_1p1c_network.py
1 parent 1111b0a commit fa80a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/p2p_1p1c_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def run_test(self):
150150
assert_equal(submitpackage_result["package_msg"], "success")
151151

152152
self.log.info("Wait for mempools to sync")
153-
self.sync_mempools(timeout=20)
153+
self.sync_mempools()
154154

155155

156156
if __name__ == '__main__':

0 commit comments

Comments
 (0)