diff options
author | Havoc Pennington <hp@redhat.com> | 2005-02-11 01:13:45 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2005-02-11 01:13:45 +0000 |
commit | 71f3b461b371d6bf7c7bc4e92578420b78d5c0d8 (patch) | |
tree | 79ee6992bcea7df9d484feb61999b22ecf4c54ff /test | |
parent | df0c6408805341f1ac673430ce6e92f352a473e6 (diff) | |
download | dbus-71f3b461b371d6bf7c7bc4e92578420b78d5c0d8.tar.gz |
2005-02-10 Havoc Pennington <hp@redhat.com>
* dbus/dbus-message-factory.c (generate_special): modify test to
avoid using a non-basic dict key
* dbus/dbus-marshal-validate-util.c: add test for the below
* doc/dbus-specification.xml: require that dict keys are a basic
type
* dbus/dbus-marshal-validate.c
(_dbus_validate_signature_with_reason): require that dict key is a
basic type
Diffstat (limited to 'test')
-rw-r--r-- | test/glib/test-profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/glib/test-profile.c b/test/glib/test-profile.c index 6976a11a..25d4eebb 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 750000 +#define N_ITERATIONS 750 #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 |