Skip to content

Commit 57a0dd5

Browse files
committed
Increase driver service timeout from 1s to 10s
1 parent e48a0d4 commit 57a0dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ setup_rpc_client(struct driver *ctx)
111111
{
112112
struct sockaddr_un addr;
113113
socklen_t addrlen;
114-
struct timeval timeout = {1, 0};
114+
struct timeval timeout = {10, 0};
115115

116116
xclose(ctx->fd[SOCK_SVC]);
117117

0 commit comments

Comments
 (0)