Merge "PushConnectionTest: Increase maxCommandBytes yet again"

This commit is contained in:
Christian Halstrick 2017-12-18 05:50:03 -05:00 committed by Gerrit Code Review @ Eclipse.org
commit aa60a131f5
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ public void limitCommandBytes() throws IOException {
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 {