mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
3249f4f84e
commit
01a0aa4fd1
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user