We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22f45b commit d97a62fCopy full SHA for d97a62f
tests/e2e_tests/test_incentive.py
@@ -77,7 +77,7 @@ async def test_incentive(local_chain, subtensor, templates, alice_wallet, bob_wa
77
async with templates.miner(bob_wallet, netuid):
78
async with templates.validator(alice_wallet, netuid) as validator:
79
# wait for the Validator to process and set_weights
80
- async with asyncio.timeout(15):
+ async with asyncio.timeout(60):
81
await validator.set_weights.wait()
82
83
# Wait few epochs
0 commit comments