From 8826fea41716e30987511b7739f9cffab7b814c4 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 17 May 2003 17:53:17 +0000 Subject: 2003-05-17 Havoc Pennington * bus/config-parser.c (merge_included): merge in policies from child configuration file. * bus/policy.c (bus_policy_merge): function to merge two policies together --- glib/test-profile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glib') diff --git a/glib/test-profile.c b/glib/test-profile.c index d53f7626..f213c676 100644 --- a/glib/test-profile.c +++ b/glib/test-profile.c @@ -27,8 +27,8 @@ #include #define N_CLIENT_THREADS 1 -#define N_ITERATIONS 100 -#define PAYLOAD_SIZE 1000 +#define N_ITERATIONS 1000 +#define PAYLOAD_SIZE 30 #define ECHO_MESSAGE "org.freedesktop.DBus.Test.EchoProfile" static const char *address; static unsigned char *payload; -- cgit