From 9ce2ea4a5cc9eff858408a850bf61ab9a43adf50 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 5 Nov 2023 23:36:19 +0100 Subject: [PATCH] Updated link test --- tests/link.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/link.py b/tests/link.py index d7dc619..f9fa9c9 100644 --- a/tests/link.py +++ b/tests/link.py @@ -140,6 +140,7 @@ class TestLink(unittest.TestCase): pstart = time.time() print("Sending "+str(num_packets)+" link packets of "+str(packet_size)+" bytes...") for i in range(0, num_packets): + time.sleep(0.001) b += packet_size data = os.urandom(packet_size) start = time.time()