mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 10:32:47 +02:00
bump test timeouts so that functional tests run in valgrind
This commit is contained in:
@@ -1401,7 +1401,7 @@ class FullBlockTest(BitcoinTestFramework):
|
||||
self.nodes[0].disconnect_p2ps()
|
||||
self.bootstrap_p2p(timeout=timeout)
|
||||
|
||||
def send_blocks(self, blocks, success=True, reject_reason=None, force_send=False, reconnect=False, timeout=60):
|
||||
def send_blocks(self, blocks, success=True, reject_reason=None, force_send=False, reconnect=False, timeout=960):
|
||||
"""Sends blocks to test node. Syncs and verifies that tip has advanced to most recent block.
|
||||
|
||||
Call with success = False if the tip shouldn't advance to the most recent block."""
|
||||
|
Reference in New Issue
Block a user