1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

this is in seconds

(This used to be commit 019dd9a3d7)
This commit is contained in:
Andrew Tridgell 2008-01-25 17:27:17 +11:00
parent 3249f4f84e
commit 01a0aa4fd1

View File

@ -1367,7 +1367,7 @@ static bool test_raw_open_multi(struct torture_context *tctx)
return false;
}
cli->tree->session->transport->options.request_timeout = 60000;
cli->tree->session->transport->options.request_timeout = 60;
for (i=0; i<num_files; i++) {
if (!torture_open_connection_share(mem_ctx, &(clients[i]),
@ -1375,8 +1375,7 @@ static bool test_raw_open_multi(struct torture_context *tctx)
DEBUG(0, ("Could not open %d'th connection\n", i));
return false;
}
clients[i]->tree->session->transport->
options.request_timeout = 60000;
clients[i]->tree->session->transport->options.request_timeout = 60;
}
/* cleanup */