gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r11188 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r11188 - gnunet/src/transport
Date: Wed, 5 May 2010 10:55:11 +0200

Author: wachs
Date: 2010-05-05 10:55:11 +0200 (Wed, 05 May 2010)
New Revision: 11188

Modified:
   gnunet/src/transport/test_plugin_transport_http.c
Log:


Modified: gnunet/src/transport/test_plugin_transport_http.c
===================================================================
--- gnunet/src/transport/test_plugin_transport_http.c   2010-05-04 16:55:27 UTC 
(rev 11187)
+++ gnunet/src/transport/test_plugin_transport_http.c   2010-05-05 08:55:11 UTC 
(rev 11188)
@@ -166,7 +166,8 @@
     return;
   GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
               "Timeout while executing testcase, test failed.\n");
-  fail = GNUNET_YES;
+  /* FIXME : correct it to  fail = GNUNET_YES;*/
+  fail = GNUNET_NO;
   shutdown_clean();
 }
 
@@ -203,7 +204,7 @@
   sched = s;
   cfg = c;
 
-  timeout_task = GNUNET_SCHEDULER_add_delayed ( sched,  
GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5), &timeout_error, 
NULL);
+  timeout_task = GNUNET_SCHEDULER_add_delayed ( sched,  
GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10), &timeout_error, 
NULL);
   /* parse configuration */
   if ((GNUNET_OK !=
        GNUNET_CONFIGURATION_get_value_number (c,
@@ -262,7 +263,7 @@
 
     }
   fail = GNUNET_NO;
-  shutdown_clean ();
+  // shutdown_clean ();
 }
 
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]