Skip to content

Commit f4f84ad

Browse files
author
Roman
committed
not enough time to update chain state. increase time sleep
1 parent 5a203bb commit f4f84ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e_tests/test_incentive.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ async def test_incentive(local_chain, subtensor, templates, alice_wallet, bob_wa
4949
# Get current miner/validator stats
5050
alice_neuron = metagraph.neurons[0]
5151

52-
time.sleep(20)
52+
time.sleep(30)
5353
assert alice_neuron.validator_permit is True
5454
assert alice_neuron.dividends == 0
5555
assert alice_neuron.stake.tao > 0
5656
assert alice_neuron.validator_trust == 0
5757

5858
bob_neuron = metagraph.neurons[1]
5959

60-
time.sleep(20)
60+
time.sleep(30)
6161
assert bob_neuron.incentive == 0
6262
assert bob_neuron.consensus == 0
6363
assert bob_neuron.rank == 0

0 commit comments

Comments
 (0)