aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTestsRemoteWithCronet/InteropTestsRemoteWithCronet.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-03-08 10:58:48 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-03-16 10:04:54 -0700
commit3f2413d15ed545f4d5902af067fbe285499e11c0 (patch)
tree40ecddb42596365cdab0419e3048aa7480cff660 /src/objective-c/tests/InteropTestsRemoteWithCronet/InteropTestsRemoteWithCronet.m
parentc5302a0fdf0106246d31acb7d258165493b6935b (diff)
Use the right encoding overhead number in remote interop test with Cronet
Diffstat (limited to 'src/objective-c/tests/InteropTestsRemoteWithCronet/InteropTestsRemoteWithCronet.m')
-rw-r--r--src/objective-c/tests/InteropTestsRemoteWithCronet/InteropTestsRemoteWithCronet.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/objective-c/tests/InteropTestsRemoteWithCronet/InteropTestsRemoteWithCronet.m b/src/objective-c/tests/InteropTestsRemoteWithCronet/InteropTestsRemoteWithCronet.m
index fab8ad8d25..7bc303ac10 100644
--- a/src/objective-c/tests/InteropTestsRemoteWithCronet/InteropTestsRemoteWithCronet.m
+++ b/src/objective-c/tests/InteropTestsRemoteWithCronet/InteropTestsRemoteWithCronet.m
@@ -47,4 +47,8 @@ static NSString * const kRemoteSSLHost = @"grpc-test.sandbox.googleapis.com";
return kRemoteSSLHost;
}
+- (int32_t)encodingOverhead {
+ return 12; // bytes
+}
+
@end