Ver código fonte

allow more time

Darien Raymond 8 anos atrás
pai
commit
4b15ff5034
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      testing/scenarios/shadowsocks_test.go

+ 2 - 0
testing/scenarios/shadowsocks_test.go

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