Skip to content

Commit

Permalink
Merge branch 'main' into implement-big-chunk-retransmission
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Oct 28, 2023
2 parents 6329039 + bcec28f commit 1afbb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_seq_sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def test_interpacket_delay(self):
self.assertEqual(send_cb_params.entry.to_raw_tc_entry().tc, bytes([0, 1, 2]))

def test_delay_at_end(self):
delay_at_end = timedelta(milliseconds=20)
delay_at_end = timedelta(milliseconds=50)
self.queue_helper.add_raw_tc(bytes([3, 2, 1]))
self.queue_helper.add_wait(delay_at_end)
self.seq_sender.resume()
Expand Down

0 comments on commit 1afbb36

Please sign in to comment.