From: Christian Grothoff Date: Wed, 26 May 2010 08:11:58 +0000 (+0000) Subject: fixing testcase: make sure content is not expired already X-Git-Tag: initial-import-from-subversion-38251~21562 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=793dcea8b8c6b1e6a0eb2e2a16f9f99919794e25;p=oweals%2Fgnunet.git fixing testcase: make sure content is not expired already --- diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c index b4f4f07da..ef805c28a 100644 --- a/src/datastore/test_datastore_api.c +++ b/src/datastore/test_datastore_api.c @@ -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; }