diff options
author | Sven Gothel <[email protected]> | 2010-05-17 04:00:50 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-17 04:00:50 +0200 |
commit | 8ff817a8eca4321c581bcb907339655c230f9451 (patch) | |
tree | fce34ca48bfc1e26cdabe09f922483042106597c | |
parent | e96eb241cf2e1fb54d924c0b8906ea4aedc211db (diff) |
Incr timeout to 1min
-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 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> |