Updated link test

This commit is contained in:
Mark Qvist 2023-11-05 23:36:19 +01:00
parent eec8814c22
commit 9ce2ea4a5c

View File

@ -140,6 +140,7 @@ class TestLink(unittest.TestCase):
pstart = time.time() pstart = time.time()
print("Sending "+str(num_packets)+" link packets of "+str(packet_size)+" bytes...") print("Sending "+str(num_packets)+" link packets of "+str(packet_size)+" bytes...")
for i in range(0, num_packets): for i in range(0, num_packets):
time.sleep(0.001)
b += packet_size b += packet_size
data = os.urandom(packet_size) data = os.urandom(packet_size)
start = time.time() start = time.time()