From: cristianrosa Date: Wed, 26 Jan 2011 13:54:20 +0000 (+0000) Subject: Change again the size of the problem for the MC. X-Git-Tag: v3.6_beta2~426 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/52ecb7077f76635393af439dc2e023485631f8e9 Change again the size of the problem for the MC. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9503 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/msg/chord/chord.c b/examples/msg/chord/chord.c index f7f145a70a..8f7b2f543a 100644 --- a/examples/msg/chord/chord.c +++ b/examples/msg/chord/chord.c @@ -252,9 +252,9 @@ int node(int argc, char *argv[]) { /* Reduce the run size for the MC */ if(MC_IS_ENABLED){ - periodic_stabilize_delay = 3; - periodic_fix_fingers_delay = 3; - periodic_check_predecessor_delay = 3; + periodic_stabilize_delay = 8; + periodic_fix_fingers_delay = 8; + periodic_check_predecessor_delay = 8; } double init_time = MSG_get_clock(); @@ -337,7 +337,7 @@ int node(int argc, char *argv[]) } else { // nothing to do: sleep for a while - MSG_process_sleep(3); + MSG_process_sleep(5); } } else {