Explorar el Código

allow more time

Darien Raymond hace 8 años
padre
commit
4b15ff5034
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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,
 					},
 				}),
 			},