Skip to content

Commit 045c1e4

Browse files
committed
Increase the waiting period to reduce flakiness in test_commit_weights_uses_next_nonce
1 parent 52e68e3 commit 045c1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/test_commit_weights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ async def test_commit_weights_uses_next_nonce(local_chain, subtensor, alice_wall
267267
assert success is True
268268

269269
# Wait a few blocks
270-
await asyncio.sleep(2) # Wait for the txs to be included in the chain
270+
await asyncio.sleep(10) # Wait for the txs to be included in the chain
271271

272272
# Query the WeightCommits storage map for all three salts
273273
weight_commits = subtensor.query_module(

0 commit comments

Comments
 (0)