From 12168e5bced1eaaaf4fc340cd67cdcbc8112d6d7 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 2 Nov 2010 06:51:40 +0100 Subject: TestRecursiveLock01: Reduce threads/loop, otherwise slow machines will time out --- make/scripts/runtest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make') diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh index 2939c2a..61e660b 100644 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -23,7 +23,7 @@ function onetest() { } #onetest com.jogamp.common.util.TestIteratorIndexCORE 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.locks.TestRecursiveLock01 2>&1 | tee -a $LOG -onetest com.jogamp.common.util.TestArrayHashSet01 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.locks.TestRecursiveLock01 2>&1 | tee -a $LOG +#onetest com.jogamp.common.util.TestArrayHashSet01 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.test.TestPointerBufferEndian 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.test.TestStructAccessorEndian 2>&1 | tee -a $LOG -- cgit v1.2.3