From ba3342616c54fe9e7f67e46f84d3decd9fa898dd Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 30 Sep 2014 10:16:23 +0200 Subject: [PATCH] s3:torture: transfer 1M message with fds in LOCAL-MESSAGING-FDPASS2 test Signed-off-by: Michael Adam Reviewed-by: Stefan Metzmacher Reviewed-by: Volker Lendecke Autobuild-User(master): Michael Adam Autobuild-Date(master): Tue Sep 30 19:01:30 CEST 2014 on sn-devel-104 --- source3/torture/test_messaging_fd_passing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.4.GIT