utils: remove scarcely used time helper functions (#4593)

This commit is contained in:
Marten Seemann
2024-07-23 15:16:12 -06:00
committed by GitHub
parent e179048526
commit 8451b0afd7
8 changed files with 19 additions and 90 deletions

View File

@@ -116,7 +116,7 @@ var _ = Describe("Cubic Sender", func() {
AckNPackets(1)
delay := sender.TimeUntilSend(bytesInFlight)
Expect(delay).ToNot(BeZero())
Expect(delay).ToNot(Equal(utils.InfDuration))
Expect(delay.Sub(clock.Now())).To(BeNumerically("<", time.Hour))
})
It("application limited slow start", func() {