gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4927 - in GNUnet/src: applications/fs/collection applicati


From: gnunet
Subject: [GNUnet-SVN] r4927 - in GNUnet/src: applications/fs/collection applications/fs/ecrs util/network
Date: Mon, 4 Jun 2007 20:05:39 -0600 (MDT)

Author: grothoff
Date: 2007-06-04 20:05:38 -0600 (Mon, 04 Jun 2007)
New Revision: 4927

Modified:
   GNUnet/src/applications/fs/collection/collectiontest.c
   GNUnet/src/applications/fs/ecrs/namespacetest.c
   GNUnet/src/util/network/selecttest.c
Log:
fix

Modified: GNUnet/src/applications/fs/collection/collectiontest.c
===================================================================
--- GNUnet/src/applications/fs/collection/collectiontest.c      2007-06-04 
21:10:30 UTC (rev 4926)
+++ GNUnet/src/applications/fs/collection/collectiontest.c      2007-06-05 
02:05:38 UTC (rev 4927)
@@ -62,7 +62,7 @@
   GE_ASSERT(NULL, daemon > 0);
   CHECK(OK == connection_wait_for_running(NULL,
                                          cfg,
-                                         60 * cronSECONDS));
+                                         300 * cronSECONDS));
   PTHREAD_SLEEP(5 * cronSECONDS); /* give apps time to start */
 #endif
   ok = YES;

Modified: GNUnet/src/applications/fs/ecrs/namespacetest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/namespacetest.c     2007-06-04 21:10:30 UTC 
(rev 4926)
+++ GNUnet/src/applications/fs/ecrs/namespacetest.c     2007-06-05 02:05:38 UTC 
(rev 4927)
@@ -66,7 +66,7 @@
                         meta,
                         0,
                         0,
-                        get_time() + 5 * cronMINUTES,
+                        get_time() + 15 * cronMINUTES,
                         adv,
                         &root);
   CHECK(NULL != rootURI);

Modified: GNUnet/src/util/network/selecttest.c
===================================================================
--- GNUnet/src/util/network/selecttest.c        2007-06-04 21:10:30 UTC (rev 
4926)
+++ GNUnet/src/util/network/selecttest.c        2007-06-05 02:05:38 UTC (rev 
4927)
@@ -285,6 +285,7 @@
 #endif
   select_disconnect(sh, out);
   select_destroy(sh);
+  FREE(m);
   fprintf(stderr,
          "\nTransmitted %u test messages - received %u (performance: %llu 
kbps)\n",
          msg,





reply via email to

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