mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-06-26 21:29:58 +00:00
extend timeout in reverse test
This commit is contained in:
parent
84bb0f13a5
commit
3fde9f832d
@ -388,7 +388,7 @@ func TestReverseProxyLongRunning(t *testing.T) {
|
||||
defer CloseAllServers(servers)
|
||||
|
||||
for i := 0; i < 4096; i++ {
|
||||
if err := testTCPConn(externalPort, 1024, time.Second*10)(); err != nil {
|
||||
if err := testTCPConn(externalPort, 1024, time.Second*20)(); err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user