Skip to content

Commit 74f8439

Browse files
author
Roman
committed
flaky
1 parent 0792937 commit 74f8439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/test_commit_reveal_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ async def test_commit_and_reveal_weights_cr3(local_chain, subtensor, alice_walle
149149
)
150150

151151
# Ensure the expected drand round is well in the future
152-
assert expected_reveal_round >= latest_drand_round, (
152+
assert expected_reveal_round >= latest_drand_round + 1, (
153153
"Revealed drand pulse is older than the drand pulse right after setting weights"
154154
)
155155

0 commit comments

Comments
 (0)