X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=server.c;h=5871228d04b8878dd27c1514ea542055cfad9d4e;hp=cf01733bd015f767c4c279b9b54d6fd5ed2ec05b;hb=09400a60042ed1d665ab07c9363ffb1591595ed8;hpb=c5103619279883ee9291ed4793bb6ad39b436101 diff --git a/server.c b/server.c index cf01733b..5871228d 100644 --- a/server.c +++ b/server.c @@ -1445,7 +1445,7 @@ int fio_server_get_verify_state(const char *name, int threadnumber, /* * Wait for the backend to receive the reply */ - if (fio_mutex_down_timeout(&rep->lock, 10)) { + if (fio_mutex_down_timeout(&rep->lock, 10000)) { log_err("fio: timed out waiting for reply\n"); goto fail; }