From 9f45b6f09cbce6c7889e099939656356befa585d Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Sat, 23 Jul 2011 08:14:29 +0200
Subject: fix cross test: Test* -> *Test* ; Reduce iterations further for ARM
 to speedup test

---
 src/junit/com/jogamp/common/util/LongIntHashMapTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/junit/com/jogamp/common/util/LongIntHashMapTest.java')

diff --git a/src/junit/com/jogamp/common/util/LongIntHashMapTest.java b/src/junit/com/jogamp/common/util/LongIntHashMapTest.java
index 2426526..9558065 100644
--- a/src/junit/com/jogamp/common/util/LongIntHashMapTest.java
+++ b/src/junit/com/jogamp/common/util/LongIntHashMapTest.java
@@ -55,7 +55,7 @@ public class LongIntHashMapTest {
 
     @BeforeClass
     public static void init() {
-        iterations = ( Platform.getCPUFamily() == Platform.CPUFamily.ARM ) ? 100 : 10000;
+        iterations = ( Platform.getCPUFamily() == Platform.CPUFamily.ARM ) ? 20 : 10000;
         pairs = new LongIntUniqueRndValues(iterations);
     }
     
-- 
cgit v1.2.3