diff --git a/test/functional/abc-miner-fund.py b/test/functional/abc-miner-fund.py --- a/test/functional/abc-miner-fund.py +++ b/test/functional/abc-miner-fund.py @@ -45,11 +45,11 @@ self.log.info('Create some old blocks') for t in range(TIME_GENESIS_BLOCK, - TIME_GENESIS_BLOCK + 200 * 600, 600): + TIME_GENESIS_BLOCK + 100 * 600, 600): # ten-minute steps from genesis block time self.nodes[0].setmocktime(t) self.nodes[0].generatetoaddress(1, address) - assert_equal(self.nodes[0].getblockchaininfo()['blocks'], 200) + assert_equal(self.nodes[0].getblockchaininfo()['blocks'], 100) # Get the vote started. node.setmocktime(1580000000) @@ -124,7 +124,7 @@ 'bit': bit, 'start_time': 1573819200, 'timeout': 1589544000, - 'since': 288, + 'since': 144, 'statistics': { 'period': 144, 'threshold': 96, @@ -140,7 +140,7 @@ 'status': 'locked_in', 'start_time': 1573819200, 'timeout': 1589544000, - 'since': 432, + 'since': 288, }) # Now this should be active. @@ -149,7 +149,7 @@ 'status': 'active', 'start_time': 1573819200, 'timeout': 1589544000, - 'since': 576, + 'since': 432, }) # Move MTP forward to phonon activation @@ -163,7 +163,7 @@ 'status': 'active', 'start_time': 1573819200, 'timeout': 1589544000, - 'since': 576, + 'since': 432, }) # Let's remember the hash of this block for later use.