be even more lax in the test
authorChristian Grothoff <christian@grothoff.org>
Thu, 20 Oct 2011 17:19:38 +0000 (17:19 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 20 Oct 2011 17:19:38 +0000 (17:19 +0000)
src/core/test_core_quota_compliance.c

index 51ed48916c4d1f744a8c11beb7c0d09b32c4540d..c8dcfad86876edfa1c1608fb672afaf23238be4a 100644 (file)
@@ -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)))