mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
http09: increase the startup timeout in tests (#4071)
This commit is contained in:
parent
862e64c7b9
commit
c1ce4a8e92
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ import (
|
|||
"net"
|
||||
"net/http"
|
||||
"net/http/httptest"
|
||||
"time"
|
||||
|
||||
"github.com/quic-go/quic-go"
|
||||
"github.com/quic-go/quic-go/internal/testdata"
|
||||
|
@ -42,7 +43,7 @@ var _ = Describe("HTTP 0.9 integration tests", func() {
|
|||
defer server.mutex.Unlock()
|
||||
ln = server.listener
|
||||
return server.listener
|
||||
}).ShouldNot(BeNil())
|
||||
}, 5*time.Second).ShouldNot(BeNil())
|
||||
saddr = ln.Addr()
|
||||
saddr.(*net.UDPAddr).IP = net.IP{127, 0, 0, 1}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue