torture: fix durable open/alloc-size test
authorBjörn Jacke <bj@sernet.de>
Thu, 20 Jun 2019 14:10:52 +0000 (16:10 +0200)
committerBjoern Jacke <bjacke@samba.org>
Sun, 7 Jul 2019 21:32:25 +0000 (21:32 +0000)
Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
source4/torture/smb2/durable_open.c

index 229c39dce675fa26e0f777048f3c09728d89148c..3d78a35d92c7ad306580d908279b3b699226add1 100644 (file)
@@ -2470,7 +2470,7 @@ static bool test_durable_open_alloc_size(struct torture_context *tctx,
        bool ret = true;
        uint64_t previous_session_id;
        uint64_t alloc_size_step;
-       uint64_t initial_alloc_size = 0x100;
+       uint64_t initial_alloc_size = 0x1000;
        const uint8_t *b = NULL;
        struct smbcli_options options;