Skip to content

Commit 21f30c4

Browse files
don't wait
1 parent 9099e32 commit 21f30c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/e2e_tests/test_incentive.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ async def test_incentive(local_chain, subtensor, templates, alice_wallet, bob_wa
9999
assert error is None
100100
assert status is True
101101

102-
await wait_epoch(subtensor, netuid, times=2)
103-
104102
async with templates.miner(bob_wallet, netuid):
105103
async with templates.validator(alice_wallet, netuid) as validator:
106104
# wait for the Validator to process and set_weights

0 commit comments

Comments
 (0)