@@ -1261,7 +1261,7 @@ def run_test(self):
1261
1261
self .save_spendable_output ()
1262
1262
spend = self .get_spendable_output ()
1263
1263
1264
- self .send_blocks (blocks , True , timeout = 960 )
1264
+ self .send_blocks (blocks , True , timeout = 1920 )
1265
1265
chain1_tip = i
1266
1266
1267
1267
# now create alt chain of same length
@@ -1273,14 +1273,14 @@ def run_test(self):
1273
1273
1274
1274
# extend alt chain to trigger re-org
1275
1275
block = self .next_block ("alt" + str (chain1_tip + 1 ), version = 4 )
1276
- self .send_blocks ([block ], True , timeout = 960 )
1276
+ self .send_blocks ([block ], True , timeout = 1920 )
1277
1277
1278
1278
# ... and re-org back to the first chain
1279
1279
self .move_tip (chain1_tip )
1280
1280
block = self .next_block (chain1_tip + 1 , version = 4 )
1281
1281
self .send_blocks ([block ], False , force_send = True )
1282
1282
block = self .next_block (chain1_tip + 2 , version = 4 )
1283
- self .send_blocks ([block ], True , timeout = 960 )
1283
+ self .send_blocks ([block ], True , timeout = 1920 )
1284
1284
1285
1285
self .log .info ("Reject a block with an invalid block header version" )
1286
1286
b_v1 = self .next_block ('b_v1' , version = 1 )
0 commit comments