Browse Source

allow more time

Darien Raymond 8 năm trước cách đây
mục cha
commit
4b15ff5034
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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,
 					},
 				}),
 			},