From 138b117dc94c1ba5c187470de952bb2c00fd5673 Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Fri, 28 Aug 2020 12:11:10 -0700 Subject: [PATCH] Add --rpc_timeout_sec flag spec --- doc/xds-test-descriptions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/xds-test-descriptions.md b/doc/xds-test-descriptions.md index c42583b2010..16c07a494e1 100644 --- a/doc/xds-test-descriptions.md +++ b/doc/xds-test-descriptions.md @@ -39,6 +39,8 @@ Clients should accept these arguments: * --stats_port=PORT * The port for to expose the client's `LoadBalancerStatsService` implementation. +* --rpc_timeout_sec=SEC + * The timeout to set on all outbound RPCs. Default is 20. ## Test Driver