소스 검색

allow more time

Darien Raymond 8 년 전
부모
커밋
4b15ff5034
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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,
 					},
 				}),
 			},