Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion distributed/tests/test_gc.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def enable_gc_diagnosis_and_log(diag, level="INFO"):

# @pytest.mark.slow
def test_gc_diagnosis_cpu_time():
diag = GCDiagnosis(info_over_frac=0.75)
diag = GCDiagnosis(info_over_frac=0.75, info_over_rss_win=float("inf"))
diag.N_SAMPLES = 3 # shorten tests

with enable_gc_diagnosis_and_log(diag, level="INFO") as sio:
Expand Down
Loading