1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-23 12:02:58 -05:00

allow more time

This commit is contained in:
Darien Raymond
2017-03-31 20:56:30 +02:00
parent e39a67d5bc
commit 4b15ff5034

View File

@@ -47,6 +47,7 @@ func TestShadowsocksAES256TCP(t *testing.T) {
ProxySettings: serial.ToTypedMessage(&shadowsocks.ServerConfig{
User: &protocol.User{
Account: account,
Level: 1,
},
}),
},
@@ -164,6 +165,7 @@ func TestShadowsocksChacha20TCP(t *testing.T) {
ProxySettings: serial.ToTypedMessage(&shadowsocks.ServerConfig{
User: &protocol.User{
Account: account,
Level: 1,
},
}),
},