]> source.dussan.org Git - jgit.git/commitdiff
PushConnectionTest: Increase maxCommandBytes again 20/94520/1
authorDavid Pursehouse <david.pursehouse@gmail.com>
Thu, 6 Apr 2017 02:23:46 +0000 (11:23 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Thu, 6 Apr 2017 02:45:02 +0000 (11:45 +0900)
It was already increased in 61a943e, but that was still not enough to
take into account the length of snapshot versions.

Change-Id: Ib54cec97e97042fe274b87a3a1afa9bb06c8bf19
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/PushConnectionTest.java

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