mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s4:torture/smb2: test_notify_tcp_dis trigger idle event every 0.25s
This is 1000 times longer than before and is less likely to change the timing behavior when running under valgrind. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
7a091aa982
commit
6171a7fffd
@ -1722,7 +1722,7 @@ static bool torture_smb2_notify_tcp_disconnect(
|
||||
notify.smb2.in.recursive = true;
|
||||
req = smb2_notify_send(tree, &(notify.smb2));
|
||||
smb2_transport_idle_handler(tree->session->transport,
|
||||
tcp_dis_handler, 250, tree);
|
||||
tcp_dis_handler, 250000, tree);
|
||||
tree = NULL;
|
||||
status = smb2_notify_recv(req, torture, &(notify.smb2));
|
||||
CHECK_STATUS(status, NT_STATUS_LOCAL_DISCONNECT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user