You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/10/21 15:17:21 UTC

[43/44] git commit: [flex-falcon] [refs/heads/feature-autobuild/maven-archetypes] - compiler-jx: increased timeout for Ant tests

compiler-jx: increased timeout for Ant tests


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/b3613195
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/b3613195
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/b3613195

Branch: refs/heads/feature-autobuild/maven-archetypes
Commit: b3613195936ec830cef032a1aca51c13c923da2c
Parents: 4543308
Author: Josh Tynjala <jo...@gmail.com>
Authored: Mon Oct 17 15:54:37 2016 -0700
Committer: Josh Tynjala <jo...@gmail.com>
Committed: Mon Oct 17 15:54:37 2016 -0700

----------------------------------------------------------------------
 compiler-jx/src/test/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/b3613195/compiler-jx/src/test/build.xml
----------------------------------------------------------------------
diff --git a/compiler-jx/src/test/build.xml b/compiler-jx/src/test/build.xml
index 2452b16..771f3c8 100644
--- a/compiler-jx/src/test/build.xml
+++ b/compiler-jx/src/test/build.xml
@@ -27,7 +27,7 @@
 
     <property environment="env"/>
 	<property file="unittest.properties" />
-	<property name="test.timeout" value="300000" />
+	<property name="test.timeout" value="400000" />
 	<property name="maxmem" value="512" />
 	
     <property name="compiler" value="${compiler.tests}/../.."/>