We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae32e5c commit fa8614aCopy full SHA for fa8614a
test/functional/p2p_segwit.py
@@ -1896,12 +1896,12 @@ def test_non_standard_witness(self):
1896
def test_upgrade_after_activation(self):
1897
"""Test the behavior of starting up a segwit-aware node after the softfork has activated."""
1898
1899
- # Restart with the new binary
1900
self.stop_node(2)
1901
self.start_node(2, extra_args=["-segwitheight={}".format(SEGWIT_HEIGHT)])
1902
connect_nodes(self.nodes[0], 2)
1903
1904
- self.sync_blocks()
+ # We reconnect more than 100 blocks, give it plenty of time
+ self.sync_blocks(timeout=240)
1905
1906
# Make sure that this peer thinks segwit has activated.
1907
assert softfork_active(self.nodes[2], 'segwit')
0 commit comments