mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
fix flaky timeout integration test (#3818)
This commit is contained in:
parent
22ca1fb8a5
commit
b425465bf9
1 changed files with 1 additions and 0 deletions
|
@ -455,6 +455,7 @@ var _ = Describe("Timeout tests", func() {
|
|||
case serverErr := <-serverErrChan:
|
||||
Expect(serverErr).To(HaveOccurred())
|
||||
Expect(serverErr.Error()).To(ContainSubstring(io.ErrClosedPipe.Error()))
|
||||
defer ln.Close()
|
||||
default:
|
||||
Expect(ln.Close()).To(Succeed())
|
||||
Eventually(serverErrChan).Should(Receive())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue