Skip to content

Commit

Permalink
Merge pull request square#218 from square/jwilson/keep_alive_timeout
Browse files Browse the repository at this point in the history
Make ConnectionPoolTest less flaky
  • Loading branch information
mescortes committed Jun 23, 2013
2 parents 74b4d04 + a39032c commit 5315a93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import static org.junit.Assert.assertTrue;

public final class ConnectionPoolTest {
private static final int KEEP_ALIVE_DURATION_MS = 500;
private static final int KEEP_ALIVE_DURATION_MS = 5000;
private static final SSLContext sslContext;

static {
Expand Down

0 comments on commit 5315a93

Please sign in to comment.