@@ -1261,7 +1261,7 @@ def run_test(self):
12611261 self .save_spendable_output ()
12621262 spend = self .get_spendable_output ()
12631263
1264- self .send_blocks (blocks , True , timeout = 480 )
1264+ self .send_blocks (blocks , True , timeout = 960 )
12651265 chain1_tip = i
12661266
12671267 # now create alt chain of same length
@@ -1273,14 +1273,14 @@ def run_test(self):
12731273
12741274 # extend alt chain to trigger re-org
12751275 block = self .next_block ("alt" + str (chain1_tip + 1 ), version = 4 )
1276- self .send_blocks ([block ], True , timeout = 480 )
1276+ self .send_blocks ([block ], True , timeout = 960 )
12771277
12781278 # ... and re-org back to the first chain
12791279 self .move_tip (chain1_tip )
12801280 block = self .next_block (chain1_tip + 1 , version = 4 )
12811281 self .send_blocks ([block ], False , force_send = True )
12821282 block = self .next_block (chain1_tip + 2 , version = 4 )
1283- self .send_blocks ([block ], True , timeout = 480 )
1283+ self .send_blocks ([block ], True , timeout = 960 )
12841284
12851285 self .log .info ("Reject a block with an invalid block header version" )
12861286 b_v1 = self .next_block ('b_v1' , version = 1 )
0 commit comments