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 1fd2a7a375efd11e540e71c7b2de2b4ec34e80b1..30dd4571c71e745493b8b3545b75d9ac3610c7bc 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 */
   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)
    
   /* 7. Housekeeping */
   if (!globals->endcondition)