forked from quic-go/quic-go
fix flaky key exchange generation test on AppVeyor
This commit is contained in:
@@ -20,7 +20,7 @@ var _ = Describe("Ephermal KEX", func() {
|
||||
})
|
||||
|
||||
It("changes KEX", func() {
|
||||
kexLifetime = time.Millisecond
|
||||
kexLifetime = 10 * time.Millisecond
|
||||
defer func() {
|
||||
kexLifetime = protocol.EphermalKeyLifetime
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user