Skip to content

Commit

Permalink
Drop timeout to possibly avoid flake
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Jun 8, 2022
1 parent ccac9cf commit 8e73145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/tests/test_worker_state_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def test_task_state_instance_are_garbage_collected(processes, tmp_path):
stderr=subprocess.PIPE,
)

out, err = proc.communicate(timeout=10)
out, err = proc.communicate()

assert not out
assert not err

0 comments on commit 8e73145

Please sign in to comment.