[bad_client] Increase timeout (saw this exceeded internally) (#33781)

Unblocks promises rollout
pull/33789/head
Craig Tiller 2 years ago committed by GitHub
parent e821494739
commit 25ed074b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/bad_client/bad_client.cc

@ -245,7 +245,7 @@ void grpc_run_bad_client_test(
&sfd, client_cq);
}
// Wait for server thread to finish
GPR_ASSERT(gpr_event_wait(&a.done_thd, grpc_timeout_seconds_to_deadline(1)));
GPR_ASSERT(gpr_event_wait(&a.done_thd, grpc_timeout_seconds_to_deadline(5)));
// Shutdown.
shutdown_client(&sfd.client);

Loading…
Cancel
Save