summaryrefslogtreecommitdiffstats
path: root/glib
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-05-17 17:53:17 +0000
committerHavoc Pennington <hp@redhat.com>2003-05-17 17:53:17 +0000
commit8826fea41716e30987511b7739f9cffab7b814c4 (patch)
treee95c881807a59b3f355384ce83cd5e8cef2a7c54 /glib
parent306eab3e3d998472ad111146a12b7697ea96c9b9 (diff)
2003-05-17 Havoc Pennington <hp@pobox.com>
* 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
Diffstat (limited to 'glib')
-rw-r--r--glib/test-profile.c4
1 files changed, 2 insertions, 2 deletions
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 <stdlib.h>
#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;