提交 57a0dd58 编写于 作者: J Jonathan Calmels

Increase driver service timeout from 1s to 10s

上级 e48a0d4a
......@@ -111,7 +111,7 @@ setup_rpc_client(struct driver *ctx)
{
struct sockaddr_un addr;
socklen_t addrlen;
struct timeval timeout = {1, 0};
struct timeval timeout = {10, 0};
xclose(ctx->fd[SOCK_SVC]);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册