Browse Source

Merge "PushConnectionTest: Increase maxCommandBytes yet again"

stable-4.10
Christian Halstrick 7 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
aa60a131f5
  1. 2
      org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/PushConnectionTest.java

2
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/PushConnectionTest.java

@ -184,7 +184,7 @@ public class PushConnectionTest {
updates.put(rru.getRemoteName(), rru);
}
server.getConfig().setInt("receive", null, "maxCommandBytes", 190);
server.getConfig().setInt("receive", null, "maxCommandBytes", 195);
try (Transport tn = testProtocol.open(uri, client, "server");
PushConnection connection = tn.openPush()) {
try {

Loading…
Cancel
Save