Increase perAttemptRecvTimeout to avoid flakiness. (#26570)

pull/26586/head
Mark D. Roth 3 years ago committed by GitHub
parent c8fc040d58
commit fb9d0e0ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/end2end/tests/retry_per_attempt_recv_timeout.cc

@ -137,7 +137,7 @@ static void test_retry_per_attempt_recv_timeout(
" \"initialBackoff\": \"1s\",\n"
" \"maxBackoff\": \"120s\",\n"
" \"backoffMultiplier\": 1.6,\n"
" \"perAttemptRecvTimeout\": \"1s\",\n"
" \"perAttemptRecvTimeout\": \"2s\",\n"
" \"retryableStatusCodes\": [ \"ABORTED\" ]\n"
" }\n"
" } ]\n"

Loading…
Cancel
Save