Skip to content

Commit e1ef6c1

Browse files
committed
Updates test incentive
1 parent fc3d850 commit e1ef6c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/e2e_tests/test_incentive.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ async def test_incentive(local_chain, subtensor, templates, alice_wallet, bob_wa
8282
# Wait until next epoch
8383
await wait_epoch(subtensor, netuid)
8484

85+
# Wait few seconds for metagraph to update
86+
await asyncio.sleep(5)
87+
88+
# Wait another epoch
89+
await wait_epoch(subtensor, netuid)
90+
8591
# Refresh metagraph
8692
metagraph = subtensor.metagraph(netuid)
8793

0 commit comments

Comments
 (0)