From e3fa86b54a0bdc6a8eaf5def43b1947ddef59c85 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 3 Aug 2005 17:42:56 +0000 Subject: 2005-08-03 Havoc Pennington * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): fix typo, from Julien Puydt * bus/connection.c (bus_connection_disconnected): we were always doing a wait_for_memory due to a buggy loop, found by Timo Hoenig --- test/glib/test-profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/glib') diff --git a/test/glib/test-profile.c b/test/glib/test-profile.c index 21d58852..9f63b36b 100644 --- a/test/glib/test-profile.c +++ b/test/glib/test-profile.c @@ -48,7 +48,7 @@ */ #define N_CLIENT_THREADS 1 /* It seems like at least 750000 or so iterations reduces the variability to sane levels */ -#define N_ITERATIONS 25000 +#define N_ITERATIONS 2000 #define N_PROGRESS_UPDATES 20 /* Don't make PAYLOAD_SIZE too huge because it gets used as a static buffer size */ #define PAYLOAD_SIZE 0 -- cgit