mirror of https://github.com/v2ray/v2ray-core
reduce time spent on kcp test
parent
1b765c66da
commit
5ffabe1148
|
@ -92,7 +92,9 @@ func TestDialAndListen(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
wg.Wait()
|
wg.Wait()
|
||||||
time.Sleep(20 * time.Second)
|
for i := 0; i < 60 && listerner.ActiveConnections() > 0; i++ {
|
||||||
|
time.Sleep(500 * time.Millisecond)
|
||||||
|
}
|
||||||
assert.Int(listerner.ActiveConnections()).Equals(0)
|
assert.Int(listerner.ActiveConnections()).Equals(0)
|
||||||
|
|
||||||
listerner.Close()
|
listerner.Close()
|
||||||
|
|
Loading…
Reference in New Issue