Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Feb 4, 2014
1 parent 60d4ec3 commit 90966e4
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@
import static org.junit.Assert.assertTrue;

public class SocketAppenderMessageLossTest {
int runLen = 1000;
int runLen = 100;

@Test(timeout = 1000)
public void synchronousSocketAppender() throws Exception {
Expand All @@ -33,7 +33,7 @@ public void smallQueueSocketAppender() throws Exception {

SocketAppender socketAppender = new SocketAppender();
socketAppender.setReconnectionDelay(1000);
socketAppender.setQueueSize(10);
socketAppender.setQueueSize(runLen/10);
socketAppender.setIncludeCallerData(true);

runTest(socketAppender);
Expand Down

0 comments on commit 90966e4

Please sign in to comment.