X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1aa506eed70e86d9d3d4c551b55b9a5954a815ac..6b85ea23bb4697266132fffaebc5e55ef6cc14c0:/examples/msg/chord/chord.c diff --git a/examples/msg/chord/chord.c b/examples/msg/chord/chord.c index 8f7b2f543a..f7f145a70a 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 = 8; - periodic_fix_fingers_delay = 8; - periodic_check_predecessor_delay = 8; + periodic_stabilize_delay = 3; + periodic_fix_fingers_delay = 3; + periodic_check_predecessor_delay = 3; } 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(5); + MSG_process_sleep(3); } } else {