torture-notify: Give nonrecursive updates 200ms
authorVolker Lendecke <vl@samba.org>
Sun, 12 Jul 2015 08:59:38 +0000 (10:59 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 13 Jul 2015 13:00:25 +0000 (15:00 +0200)
This is in line with the recursive updates before.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Mon Jul 13 15:00:26 CEST 2015 on sn-devel-104

source4/torture/raw/notify.c

index 9d837e77d01ab85e341ebb3cf8c28fc89ad88c7f..fdb5771bf3d9f97af78142ec9941da30f7969b06 100644 (file)
@@ -440,6 +440,7 @@ static bool test_notify_recursive(struct torture_context *tctx,
        smbcli_rmdir(cli2->tree, BASEDIR "\\subdir-name");
        smbcli_unlink(cli->tree, BASEDIR "\\subname3-r");
 
+       smb_msleep(200);
        notify.nttrans.in.recursive = false;
        req2 = smb_raw_changenotify_send(cli->tree, &notify);