mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 05:07:36 +03:00
fix flaky server test
This commit is contained in:
parent
bef36f7429
commit
00ef1249ce
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ var _ = Describe("Server", func() {
|
|||
})
|
||||
|
||||
It("closes and deletes sessions", func() {
|
||||
server.deleteClosedSessionsAfter = time.Second // make sure that the nil value for the closed session doesn't get deleted in this test
|
||||
err := server.handlePacket(nil, nil, append(firstPacket, (&crypto.NullAEAD{}).Seal(nil, nil, 0, firstPacket)...))
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(server.sessions).To(HaveLen(1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue