Skip to content

Commit

Permalink
Updated single-packet timing
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Nov 6, 2023
1 parent 58b5501 commit 5ba789f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/link.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_3_packets(self):
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)
time.sleep(0.003)
b += packet_size
data = os.urandom(packet_size)
start = time.time()
Expand Down

0 comments on commit 5ba789f

Please sign in to comment.