Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timeout to client apis and tests #6546

Merged
merged 15 commits into from
Nov 16, 2023
Prev Previous commit
fix extra dependencies
  • Loading branch information
jbkyang-nvi committed Nov 16, 2023
commit 7dcfcdae398387eb23b8beeb292563fd47236e38
3 changes: 0 additions & 3 deletions src/grpc/grpc_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@

#include "grpc_utils.h"

#include <cstdlib>
#include <thread>

namespace triton { namespace server { namespace grpc {

std::ostream&
Expand Down
Loading