Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
wait a bit more for master, he's too fat to move fast enough. Slave of any country...
[simgrid.git] / examples / gras / pmm / pmm.c
index 4fc4b41..dc7da5b 100755 (executable)
@@ -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 */