aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-17 04:00:50 +0200
committerSven Gothel <[email protected]>2010-05-17 04:00:50 +0200
commit8ff817a8eca4321c581bcb907339655c230f9451 (patch)
treefce34ca48bfc1e26cdabe09f922483042106597c /make
parente96eb241cf2e1fb54d924c0b8906ea4aedc211db (diff)
Incr timeout to 1min
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 eae2ea4c7..749e73dbd 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="30000"/>
+ <property name="batchtest.timeout" value="60000"/>
</target>