Skip to content

Commit d97a62f

Browse files
increse test_incentive timeout
1 parent a22f45b commit d97a62f

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
@@ -77,7 +77,7 @@ async def test_incentive(local_chain, subtensor, templates, alice_wallet, bob_wa
7777
async with templates.miner(bob_wallet, netuid):
7878
async with templates.validator(alice_wallet, netuid) as validator:
7979
# wait for the Validator to process and set_weights
80-
async with asyncio.timeout(15):
80+
async with asyncio.timeout(60):
8181
await validator.set_weights.wait()
8282

8383
# Wait few epochs

0 commit comments

Comments
 (0)