1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-21 09:36:34 -05:00

allow more time

This commit is contained in:
Darien Raymond 2017-03-31 20:56:30 +02:00
parent e39a67d5bc
commit 4b15ff5034
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

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,
},
}),
},