From 2b9fe0c0626bd9875f39d2b01c8338ceb82d1621 Mon Sep 17 00:00:00 2001
From: Michael Zangl <michael.zangl@student.kit.edu>
Date: Thu, 23 Jul 2015 11:28:43 +0200
Subject: [PATCH 4/4] Reduced the number of MapCSSStyleSourceFilterTest runs.

---
 .../josm/gui/mappaint/mapcss/MapCSSStyleSourceFilterTest.java         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/performance/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSourceFilterTest.java b/test/performance/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSourceFilterTest.java
index e828005..cb5d0e1 100644
--- a/test/performance/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSourceFilterTest.java
+++ b/test/performance/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSourceFilterTest.java
@@ -18,6 +18,8 @@ public class MapCSSStyleSourceFilterTest {
 
     private static final int TEST_RULE_COUNT = 10000;
 
+    private static final int APPLY_CALLS = 20000;
+
     private class CssGenerator {
         StringBuilder sb = new StringBuilder();
         private KeyValueDataGenerator generator;
@@ -74,8 +76,6 @@ public class MapCSSStyleSourceFilterTest {
         }
     }
 
-    private static final int APPLY_CALLS = 100000;
-
     /**
      * Prepare the test.
      */
-- 
1.9.1

