diff --git a/apps/streaming/java/test/net/i2p/client/streaming/PingTest.java b/apps/streaming/java/test/net/i2p/client/streaming/PingTest.java
index b5918b3b35ff22c7347a6defc2a1a8889f3eb290..1e0215a1c6c09420bd5d07db229226e8ead9b027 100644
--- a/apps/streaming/java/test/net/i2p/client/streaming/PingTest.java
+++ b/apps/streaming/java/test/net/i2p/client/streaming/PingTest.java
@@ -19,7 +19,7 @@ public class PingTest {
         try {
             I2PAppContext context = I2PAppContext.getGlobalContext();
             I2PSession session = createSession();
-            ConnectionManager mgr = new ConnectionManager(context, session);
+            ConnectionManager mgr = new ConnectionManager(context, session, -1);
             Log log = context.logManager().getLog(PingTest.class);
             for (int i = 0; i < 10; i++) {
                 log.debug("ping " + i);