Skip to content

Commit

Permalink
test Queue termination
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Dec 22, 2024
1 parent 1a7782e commit aca8a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
class T(TestCase):
def test(self):
from multiprocessing import Queue
Queue().put(b"0" * 65515)
Queue().put(b"0" * 65514)

0 comments on commit aca8a7c

Please sign in to comment.