mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-19 20:25:18 +01:00
test: Pass at most one node group to sync_all
This commit is contained in:
@@ -98,7 +98,8 @@ class ListSinceBlockTest (BitcoinTestFramework):
|
||||
self.nodes[2].generate(7)
|
||||
self.log.info('lastblockhash=%s' % (lastblockhash))
|
||||
|
||||
self.sync_all([self.nodes[:2], self.nodes[2:]])
|
||||
self.sync_all(self.nodes[:2])
|
||||
self.sync_all(self.nodes[2:])
|
||||
|
||||
self.join_network()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user