gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3769 - GNUnet/src/applications/identity


From: grothoff
Subject: [GNUnet-SVN] r3769 - GNUnet/src/applications/identity
Date: Tue, 14 Nov 2006 17:20:31 -0800 (PST)

Author: grothoff
Date: 2006-11-14 17:20:30 -0800 (Tue, 14 Nov 2006)
New Revision: 3769

Modified:
   GNUnet/src/applications/identity/identitytest.c
Log:
fixes

Modified: GNUnet/src/applications/identity/identitytest.c
===================================================================
--- GNUnet/src/applications/identity/identitytest.c     2006-11-15 01:20:22 UTC 
(rev 3768)
+++ GNUnet/src/applications/identity/identitytest.c     2006-11-15 01:20:30 UTC 
(rev 3769)
@@ -57,7 +57,7 @@
   transport = requestService("transport");
   identity = requestService("identity");
   cron_start(cron);
-  PTHREAD_SLEEP(30 * cronSECONDS);
+  PTHREAD_SLEEP(5 * cronSECONDS);
   helo = transport->createhello(ANY_PROTOCOL_NUMBER);
   if (NULL == helo) {
     printf("Cannot run test, failed to create any hello.\n");





reply via email to

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