aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.h
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-07-10 15:32:11 -0700
committerGravatar yang-g <yangg@google.com>2015-07-10 15:32:11 -0700
commit69563b912413b3b2a6261a5e5f74a18ef0ce09ab (patch)
tree7c89e8f48f03349149cf77054bcef8c8758d1e9d /test/cpp/interop/interop_client.h
parent8819ac75d9ce7d0f09b0e4aa0c26eedc7a1c23f8 (diff)
Add timeout interop test case
Diffstat (limited to 'test/cpp/interop/interop_client.h')
-rw-r--r--test/cpp/interop/interop_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/interop/interop_client.h b/test/cpp/interop/interop_client.h
index d9c895dfd9..d02e583d94 100644
--- a/test/cpp/interop/interop_client.h
+++ b/test/cpp/interop/interop_client.h
@@ -59,6 +59,7 @@ class InteropClient {
void DoResponseStreamingWithSlowConsumer();
void DoCancelAfterBegin();
void DoCancelAfterFirstResponse();
+ void DoTimeoutOnSleepingServer();
// Auth tests.
// username is a string containing the user email
void DoJwtTokenCreds(const grpc::string& username);