gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7051 - GNUnet/src/applications/testing


From: gnunet
Subject: [GNUnet-SVN] r7051 - GNUnet/src/applications/testing
Date: Wed, 4 Jun 2008 22:15:38 -0600 (MDT)

Author: grothoff
Date: 2008-06-04 22:15:38 -0600 (Wed, 04 Jun 2008)
New Revision: 7051

Modified:
   GNUnet/src/applications/testing/testing.c
Log:
fail faster

Modified: GNUnet/src/applications/testing/testing.c
===================================================================
--- GNUnet/src/applications/testing/testing.c   2008-06-04 06:12:32 UTC (rev 
7050)
+++ GNUnet/src/applications/testing/testing.c   2008-06-05 04:15:38 UTC (rev 
7051)
@@ -171,7 +171,7 @@
      maybe creating public keys and waiting for
      entropy! */
   if (GNUNET_OK !=
-      GNUNET_wait_for_daemon_running (NULL, cfg, 15 * GNUNET_CRON_MINUTES))
+      GNUNET_wait_for_daemon_running (NULL, cfg, 10 * GNUNET_CRON_SECONDS))
     {
       fprintf (stderr, "Failed to confirm daemon running!\n");
       GNUNET_GC_free (cfg);
@@ -195,7 +195,7 @@
         }
       else
         {
-          GNUNET_thread_sleep (2 * GNUNET_CRON_SECONDS);
+          GNUNET_thread_sleep (150 * GNUNET_CRON_MILLISECONDS);
         }
       GNUNET_client_connection_destroy (sock);
     }





reply via email to

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