From: Heikki Lindholm Date: Thu, 29 Oct 2009 09:35:38 +0000 (+0000) Subject: lowly sparc64 couldn't cope with 5 minutes X-Git-Tag: initial-import-from-subversion-38251~23211 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f3374052ea793801f5ca2921017a3354648f5a1f;p=oweals%2Fgnunet.git lowly sparc64 couldn't cope with 5 minutes --- diff --git a/src/datacache/test_datacache_quota.c b/src/datacache/test_datacache_quota.c index dc6917c36..6a8c3c516 100644 --- a/src/datacache/test_datacache_quota.c +++ b/src/datacache/test_datacache_quota.c @@ -60,7 +60,7 @@ run (void *cls, ASSERT (NULL != h); exp = GNUNET_TIME_absolute_get (); - exp.value += 5 * 60 * 1000; + exp.value += 20 * 60 * 1000; memset (buf, 1, sizeof (buf)); memset (&k, 0, sizeof (GNUNET_HashCode)); for (i = 0; i < 10; i++)