Skip to content

Commit d29104a

Browse files
committed
fix test
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 73c86f1 commit d29104a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/tests/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def test_broadcast_concurrent_execution(self, server):
212212

213213
# Should complete in ~2-3 seconds (concurrent), not 8+ seconds (serial)
214214
assert len(results) == 4
215-
assert 8.0 < duration < 10.0 # If it were serial, it would take 4 daemons * 2s each = 8s+
215+
assert 2.0 < duration < 3.0
216216

217217
for result in results.values():
218218
assert result.success

0 commit comments

Comments
 (0)