Fix timeout on h2_tls*@retry_cancellation (#30595)

pull/30596/head
AJ Heller 3 years ago committed by GitHub
parent a7d50f7c42
commit 19a2181bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      test/core/end2end/tests/retry_cancellation.cc

@ -129,13 +129,13 @@ static void test_retry_cancellation(grpc_end2end_test_config config,
" { \"service\": \"service\", \"method\": \"method\" }\n" " { \"service\": \"service\", \"method\": \"method\" }\n"
" ],\n" " ],\n"
" \"retryPolicy\": {\n" " \"retryPolicy\": {\n"
" \"maxAttempts\": 3,\n" " \"maxAttempts\": 5,\n"
" \"initialBackoff\": \"1s\",\n" " \"initialBackoff\": \"1s\",\n"
" \"maxBackoff\": \"120s\",\n" " \"maxBackoff\": \"120s\",\n"
" \"backoffMultiplier\": 1.6,\n" " \"backoffMultiplier\": 1.6,\n"
" \"retryableStatusCodes\": [ \"ABORTED\" ]\n" " \"retryableStatusCodes\": [ \"ABORTED\" ]\n"
" },\n" " },\n"
" \"timeout\": \"5s\"\n" " \"timeout\": \"10s\"\n"
" } ]\n" " } ]\n"
"}")), "}")),
}; };

Loading…
Cancel
Save