diff options
author | Sven Gothel <[email protected]> | 2010-04-28 03:27:52 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-04-28 03:27:52 +0200 |
commit | a08c3c054a6b9cfe892d2516c66362083dc72290 (patch) | |
tree | c690a46026be97eb5e4b7f46c73ad3d34ef7cc97 /make/build-junit.xml | |
parent | bb251c6e1089da4a247350371fff425abf093e1e (diff) |
JOGL
- Passed tests MacOSX, LinuxX64 ATI/NVidia/MesaSW, Win32(VBox - !offscreen)
- timeout -> 30s
- Surface validation after lock on GLContextImpl ..
NEWT
- declare <NSWindowDelegate> only for MacOSX >= 10.6
Diffstat (limited to 'make/build-junit.xml')
-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 f0217263b..eae2ea4c7 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="10000"/> + <property name="batchtest.timeout" value="30000"/> </target> |