diff options
author | Sven Gothel <[email protected]> | 2010-09-30 21:39:13 +0300 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-09-30 21:39:13 +0300 |
commit | 3acabfe0d884bc628593773a5f8e798d52e486d2 (patch) | |
tree | 127b499d1d424026aa429718ebff37b353d3381b /make | |
parent | 81231cb640c297676263d43c29adc105e6996885 (diff) |
NEWT/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterClass FileLock
Due to the fact that any test with a UI may interfere
with a UI test (test focus, active, ..), all tests are
derived from the common UITestCase superclass, which
decorates the test class with a FileLock at BeforeClass/AfterClass.
Increased junit timeout to 10 min
Diffstat (limited to 'make')
-rw-r--r-- | make/build-junit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-junit.xml b/make/build-junit.xml index 75215b03d..61d1043e0 100644 --- a/make/build-junit.xml +++ b/make/build-junit.xml @@ -24,7 +24,7 @@ <property name="java.dir.test" value="com/jogamp/test"/> <property name="java.part.test" value="${java.dir.test}/**"/> - <property name="batchtest.timeout" value="120000"/> + <property name="batchtest.timeout" value="600000"/> </target> |