From 9011e52492ff1daaa07aa1911b3e1b358e380463 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 28 Jun 2005 11:16:01 +0000 Subject: [PATCH 1/1] 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 --- examples/gras/tokenS/tokenS.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.20.1