diff options
| -rw-r--r-- | lldb/unittests/tools/lldb-server/tests/TestClient.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/unittests/tools/lldb-server/tests/TestClient.cpp b/lldb/unittests/tools/lldb-server/tests/TestClient.cpp index f6290c66e97..9580358848c 100644 --- a/lldb/unittests/tools/lldb-server/tests/TestClient.cpp +++ b/lldb/unittests/tools/lldb-server/tests/TestClient.cpp @@ -29,6 +29,7 @@ using namespace llgs_tests;  TestClient::TestClient(std::unique_ptr<Connection> Conn) {    SetConnection(Conn.release()); +  SetPacketTimeout(std::chrono::seconds(10));    SendAck(); // Send this as a handshake.  }  | 

