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