aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-10-02 18:48:12 +0300
committerSven Gothel <[email protected]>2010-10-02 18:48:12 +0300
commit26961cfb96c0ad95965f48ae6b5e909958d4d97c (patch)
tree8c83dceee2c22d007ed88ac628c73c45b5cfbfe3 /make
parentfd87de826f391bf490fdb1e4b8b659348d21324b (diff)
Increased junit timout to 30 min. Move ClickTimeout to MouseEvent (public)
Diffstat (limited to 'make')
-rw-r--r--make/build-junit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-junit.xml b/make/build-junit.xml
index 61d1043e0..5a785a95d 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="600000"/>
+ <property name="batchtest.timeout" value="1800000"/> <!-- 30 min -->
</target>