From 9f45b6f09cbce6c7889e099939656356befa585d Mon Sep 17 00:00:00 2001 From: Sven Gothel 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/IntObjectHashMapTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/junit/com/jogamp/common/util/IntObjectHashMapTest.java') diff --git a/src/junit/com/jogamp/common/util/IntObjectHashMapTest.java b/src/junit/com/jogamp/common/util/IntObjectHashMapTest.java index 2bbce8b..d0429e8 100644 --- a/src/junit/com/jogamp/common/util/IntObjectHashMapTest.java +++ b/src/junit/com/jogamp/common/util/IntObjectHashMapTest.java @@ -54,7 +54,7 @@ public class IntObjectHashMapTest { @BeforeClass public static void init() { - iterations = ( Platform.getCPUType().getFamily() == Platform.CPUFamily.ARM ) ? 100 : 10000; + iterations = ( Platform.getCPUType().getFamily() == Platform.CPUFamily.ARM ) ? 20 : 10000; pairs = new IntIntObjUniqueRndValues(iterations); } -- cgit v1.2.3