From: mquinson Date: Tue, 28 Jun 2005 11:16:01 +0000 (+0000) Subject: reduce the number of loops to do to not kill the old machines out there X-Git-Tag: v3.3~3897 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9011e52492ff1daaa07aa1911b3e1b358e380463?ds=sidebyside reduce the number of loops to do to not kill the old machines out there git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1458 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/gras/tokenS/tokenS.c b/examples/gras/tokenS/tokenS.c index 5db92b92ba..5981598f52 100644 --- a/examples/gras/tokenS/tokenS.c +++ b/examples/gras/tokenS/tokenS.c @@ -11,7 +11,7 @@ #include "gras.h" -#define NBLOOPS 1000 +#define NBLOOPS 100 XBT_LOG_NEW_DEFAULT_CATEGORY(Token,"Messages specific to this example");