gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31597 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r31597 - gnunet/src/namestore
Date: Fri, 20 Dec 2013 11:12:26 +0100

Author: grothoff
Date: 2013-12-20 11:12:26 +0100 (Fri, 20 Dec 2013)
New Revision: 31597

Modified:
   gnunet/src/namestore/test_namestore_api_lookup_shadow_filter.c
Log:
-larger delay for Pi

Modified: gnunet/src/namestore/test_namestore_api_lookup_shadow_filter.c
===================================================================
--- gnunet/src/namestore/test_namestore_api_lookup_shadow_filter.c      
2013-12-20 10:07:26 UTC (rev 31596)
+++ gnunet/src/namestore/test_namestore_api_lookup_shadow_filter.c      
2013-12-20 10:12:26 UTC (rev 31597)
@@ -36,7 +36,7 @@
 #define TEST_SHADOW_RECORD_DATA 'b'
 
 #define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 100)
-#define EXPIRATION GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 2)
+#define EXPIRATION GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
 
 static struct GNUNET_NAMESTORE_Handle *nsh;
 
@@ -282,7 +282,7 @@
   ncqe = GNUNET_NAMECACHE_lookup_block (nch, &derived_hash,
                                         &name_lookup_active_proc, &records[0]);
 
-  delayed_lookup_task = GNUNET_SCHEDULER_add_delayed (EXPIRATION, 
&name_lookup_shadow, NULL);
+  delayed_lookup_task = GNUNET_SCHEDULER_add_delayed 
(GNUNET_TIME_relative_multiply (EXPIRATION, 2), &name_lookup_shadow, NULL);
 }
 
 




reply via email to

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