Skip to content

Commit

Permalink
Add Constant
Browse files Browse the repository at this point in the history
  • Loading branch information
opendansor committed Nov 8, 2024
1 parent 9661fb3 commit d699383
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/e2e_tests/test_incentive.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
from bittensor.core.metagraph import Metagraph


FAST_BLOCKS_SPEEDUP_FACTOR = 5


@pytest.mark.asyncio
async def test_incentive(local_chain):
"""
Expand Down Expand Up @@ -158,7 +161,7 @@ async def test_incentive(local_chain):
version_key=0,
wait_for_inclusion=True,
wait_for_finalization=True,
period=25,
period=5 * FAST_BLOCKS_SPEEDUP_FACTOR,
)
logging.info("Alice neuron set weights successfully")

Expand Down

0 comments on commit d699383

Please sign in to comment.