1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-29 13:35:20 -05:00

more time for testing

This commit is contained in:
Darien Raymond
2017-04-16 21:31:33 +02:00
parent 6515cf12e5
commit 48de0180bf
2 changed files with 6 additions and 6 deletions

View File

@@ -371,7 +371,7 @@ func TestTLSOverWebSocket(t *testing.T) {
assert.Error(err).IsNil()
assert.Int(nBytes).Equals(len(payload))
response := readFrom(conn, time.Second*10, len(payload))
response := readFrom(conn, time.Second*20, len(payload))
assert.Bytes(response).Equals(xor([]byte(payload)))
assert.Error(conn.Close()).IsNil()