From 90fdf4cfe612cfe090d882091c0f3e65cf079b48 Mon Sep 17 00:00:00 2001 From: Doug Fawley Date: Tue, 2 Feb 2021 10:36:03 -0800 Subject: [PATCH] 2->4 --- doc/xds-test-descriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/xds-test-descriptions.md b/doc/xds-test-descriptions.md index 692ffb62613..9c15f5b798f 100644 --- a/doc/xds-test-descriptions.md +++ b/doc/xds-test-descriptions.md @@ -566,6 +566,6 @@ There are four sub-tests: 1. `timeout_different_route` 1. Test client configured to send UnaryCall RPCs and EmptyCall RPCs with the default application timeout (20 seconds), and a metadata of - `rpc-behavior: sleep-2`. + `rpc-behavior: sleep-4`. 1. Test driver asserts client recieves ~100% status `OK` for EmptyCall and ~100% status `DEADLINE_EXCEEDED` for UnaryCall.