diff options
author | Michael Adam <obnox@samba.org> | 2014-09-30 10:16:23 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-09-30 19:01:30 +0200 |
commit | ba3342616c54fe9e7f67e46f84d3decd9fa898dd (patch) | |
tree | 046fe3f564f76f3bce7d5e0c096ccc5973552748 | |
parent | d4bf2be62fe1ce5f41a080fdf2301b2124d27eef (diff) | |
download | samba-ba3342616c54fe9e7f67e46f84d3decd9fa898dd.tar.gz samba-ba3342616c54fe9e7f67e46f84d3decd9fa898dd.tar.xz samba-ba3342616c54fe9e7f67e46f84d3decd9fa898dd.zip |
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.c | 2 |
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 94c5244bbf..abd142fdd3 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; |