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/IntIntHashMapTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/junit/com/jogamp/common/util/IntIntHashMapTest.java') diff --git a/src/junit/com/jogamp/common/util/IntIntHashMapTest.java b/src/junit/com/jogamp/common/util/IntIntHashMapTest.java index 22ff25a..ab348a3 100644 --- a/src/junit/com/jogamp/common/util/IntIntHashMapTest.java +++ b/src/junit/com/jogamp/common/util/IntIntHashMapTest.java @@ -55,7 +55,7 @@ public class IntIntHashMapTest { @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 IntIntUniqueRndValues(iterations); } -- cgit v1.2.3