mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
increase the threshold for the receive stream deadline test
This commit is contained in:
parent
9a2062144e
commit
00861bde7f
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ var _ = Describe("Receive Stream", func() {
|
|||
n, err := strWithTimeout.Read(b)
|
||||
Expect(err).To(MatchError(errDeadline))
|
||||
Expect(n).To(BeZero())
|
||||
Expect(time.Now()).To(BeTemporally("~", deadline, scaleDuration(10*time.Millisecond)))
|
||||
Expect(time.Now()).To(BeTemporally("~", deadline, scaleDuration(20*time.Millisecond)))
|
||||
})
|
||||
|
||||
It("doesn't unblock if the deadline is changed before the first one expires", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue