From 11362ada741bf755963d71a8236fa63d88726b96 Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 10 Jul 2006 01:44:32 +0000 Subject: [PATCH] wait a bit more for master, he's too fat to move fast enough. Slave of any country, get united git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2523 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/pmm/pmm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1