Browse Source

extend kcp timeout settings

pull/1132/head
Darien Raymond 7 years ago
parent
commit
e4254bbde9
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
  1. 2
      testing/scenarios/vmess_test.go

2
testing/scenarios/vmess_test.go

@ -784,7 +784,7 @@ func TestVMessKCP(t *testing.T) {
assert(err, IsNil)
assert(nBytes, Equals, len(payload))
response := readFrom(conn, time.Minute, 10240*1024)
response := readFrom(conn, time.Minute*2, 10240*1024)
assert(response, Equals, xor(payload))
assert(conn.Close(), IsNil)
wg.Done()

Loading…
Cancel
Save