Skip to content

Commit 348ac99

Browse files
authored
Merge pull request #2674 from opentensor/fix/roman/e2etest-incentive
fix e2e test incentive
2 parents 8177df1 + 2002fc2 commit 348ac99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/e2e_tests/test_incentive.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ async def test_incentive(local_chain, subtensor, templates, alice_wallet, bob_wa
2323
AssertionError: If any of the checks or verifications fail
2424
"""
2525

26+
# Wait for 2 tempos to spin up chain properly
27+
subtensor.wait_for_block(20)
28+
2629
print("Testing test_incentive")
2730
netuid = 2
2831

0 commit comments

Comments
 (0)