From 4b15ff50347f951bcf665d29ad35e0d871340335 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Fri, 31 Mar 2017 20:56:30 +0200 Subject: [PATCH] allow more time --- testing/scenarios/shadowsocks_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/scenarios/shadowsocks_test.go b/testing/scenarios/shadowsocks_test.go index f856610d8..dec823bc8 100644 --- a/testing/scenarios/shadowsocks_test.go +++ b/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, }, }), },