fixing testcase: make sure content is not expired already
authorChristian Grothoff <christian@grothoff.org>
Wed, 26 May 2010 08:11:58 +0000 (08:11 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 26 May 2010 08:11:58 +0000 (08:11 +0000)
src/datastore/test_datastore_api.c

index b4f4f07da92245828fba22b4b3fcbf2f8d84716d..ef805c28a0b69fe4b71254bc57776f23da6e6cc4 100644 (file)
@@ -89,7 +89,7 @@ get_expiration (int i)
 {
   struct GNUNET_TIME_Absolute av;
 
-  av.value = now.value + 200000 - i * 1000;
+  av.value = now.value + 20000000 - i * 1000;
   return av;
 }