Updated channel tests

This commit is contained in:
Mark Qvist 2023-09-18 00:34:02 +02:00
parent 4c6b04ff69
commit 09e146ef0b
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ class TestChannel(unittest.TestCase):
def test_buffer_big(self):
writer = RNS.Buffer.create_writer(15, self.h.channel)
reader = RNS.Buffer.create_reader(15, self.h.channel)
data = "01234556789"*1024 # 10 KB
data = "01234556789"*1024*5 # 50 KB
count = 0
write_finished = False