summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-09-30 10:16:23 +0200
committerMichael Adam <obnox@samba.org>2014-09-30 19:01:30 +0200
commitba3342616c54fe9e7f67e46f84d3decd9fa898dd (patch)
tree046fe3f564f76f3bce7d5e0c096ccc5973552748
parentd4bf2be62fe1ce5f41a080fdf2301b2124d27eef (diff)
downloadsamba-ba3342616c54fe9e7f67e46f84d3decd9fa898dd.tar.gz
s3:torture: transfer 1M message with fds in LOCAL-MESSAGING-FDPASS2 test
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Sep 30 19:01:30 CEST 2014 on sn-devel-104
-rw-r--r--source3/torture/test_messaging_fd_passing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/test_messaging_fd_passing.c b/source3/torture/test_messaging_fd_passing.c
index 94c5244bbf5..abd142fdd37 100644
--- a/source3/torture/test_messaging_fd_passing.c
+++ b/source3/torture/test_messaging_fd_passing.c
@@ -286,7 +286,7 @@ static bool fdpass2_parent(pid_t child_pid, int ready_fd)
* that fd-passing works when we have fragmentation and
* re-assembly of the datagrams.
*/
- blob = data_blob_talloc_zero(frame, 2*1000);
+ blob = data_blob_talloc_zero(frame, 1000*1000);
iov.iov_base = blob.data;
iov.iov_len = blob.length;