From: Christian Grothoff Date: Thu, 20 Oct 2011 17:19:38 +0000 (+0000) Subject: be even more lax in the test X-Git-Tag: initial-import-from-subversion-38251~16369 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6b6fa821eea0d1fcec5ddd146856c529ae01eee3;p=oweals%2Fgnunet.git be even more lax in the test --- diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c index 51ed48916..c8dcfad86 100644 --- a/src/core/test_core_quota_compliance.c +++ b/src/core/test_core_quota_compliance.c @@ -239,9 +239,9 @@ measurement_stop (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) max_quota_out = GNUNET_MIN (current_quota_p1_out, current_quota_p2_out); if (max_quota_out < max_quota_in) - quota_delta = max_quota_in / 10; + quota_delta = max_quota_in / 5; else - quota_delta = max_quota_out / 10; + quota_delta = max_quota_out / 5; if ((throughput_out > (max_quota_out + quota_delta)) || (throughput_in > (max_quota_in + quota_delta)))