Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Damn autogenerated, get out of the way, I can't see the real changes I've made
[simgrid.git] / examples / gras / ping / ping_server.c
index 1fd2a7a..30dd457 100644 (file)
@@ -90,7 +90,7 @@ int server (int argc,char *argv[]) {
   globals->endcondition=0;
 
   /* 6. Wait up to 10 minutes for an incomming message to handle */
-  gras_msg_handle(60.0);
+  gras_msg_handle(10.0);
    
   /* 7. Housekeeping */
   if (!globals->endcondition)