We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c150bd7 commit 8156313Copy full SHA for 8156313
1 file changed
distributed/tests/test_worker_memory.py
@@ -636,6 +636,7 @@ def leak():
636
assert "memory" in out.lower()
637
638
639
+@pytest.mark.slow
640
@gen_cluster(
641
nthreads=[("", 1)],
642
client=True,
@@ -674,9 +675,11 @@ def __reduce__(self):
674
675
while a.status != Status.paused:
676
await asyncio.sleep(0.01)
677
# The initial spill still hasn't finished
- assert len(a.data.slow) < 7
678
+ assert a.data.fast
679
680
681
682
683
684
685
0 commit comments