Skip to content

Commit c819fd7

Browse files
author
Roman
committed
wait extra epoch to give the chain additional time to reveal weights
1 parent a832e21 commit c819fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/test_incentive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ async def test_incentive(local_chain, subtensor, templates, alice_wallet, bob_wa
116116
# await asyncio.wait_for(validator.set_weights.wait(), 60)
117117

118118
# Wait till new epoch
119-
await wait_interval(tempo, subtensor, netuid)
119+
await wait_interval(tempo, subtensor, netuid, times=2)
120120

121121
# Refresh metagraph
122122
metagraph = subtensor.metagraph(netuid)

0 commit comments

Comments
 (0)