Revert mistakenly committed test change

This commit is contained in:
Trustin Lee 2013-01-09 21:29:41 +09:00
parent 137f29ba65
commit 7755a82674

View File

@ -58,9 +58,9 @@ public class SocketStartTlsTest extends AbstractSocketTest {
executor.shutdown();
}
@Test//(timeout = 30000)
@Test(timeout = 30000)
public void testStartTls() throws Throwable {
for (;;) { run(); }
run();
}
public void testStartTls(ServerBootstrap sb, Bootstrap cb) throws Throwable {