X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a31ac7fe0ed227050cba13b9ca30f590759dfa8e..11362ada741bf755963d71a8236fa63d88726b96:/examples/gras/pmm/pmm.c diff --git a/examples/gras/pmm/pmm.c b/examples/gras/pmm/pmm.c index 4fc4b41bbc..dc7da5bd15 100755 --- a/examples/gras/pmm/pmm.c +++ b/examples/gras/pmm/pmm.c @@ -366,7 +366,7 @@ int slave(int argc,char *argv[]) { /* Create the connexions */ mysock = gras_socket_server_range(3000,9999,0,0); INFO1("Sensor starting (on port %d)",gras_os_myport()); - gras_os_sleep(0.5); /* let the master get ready */ + gras_os_sleep(2); /* let the master get ready */ master = gras_socket_client_from_string(argv[1]); /* Join and run the group */