From: mquinson Date: Thu, 8 Jul 2004 01:34:53 +0000 (+0000) Subject: Reduce the size of the tests, so that it runs decently fast X-Git-Tag: v3.3~5128 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e5d5c5fcc3459b0e95871eea36c0a3bc70d562ca Reduce the size of the tests, so that it runs decently fast git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@218 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/testsuite/xbt/dict_crash.c b/testsuite/xbt/dict_crash.c index 7a9fec72fe..70a7a2ded5 100644 --- a/testsuite/xbt/dict_crash.c +++ b/testsuite/xbt/dict_crash.c @@ -12,7 +12,7 @@ #include #include -#define NB_ELM 200000 +#define NB_ELM 20000 #define SIZEOFKEY 1024 static void print_str(void *str);