summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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;