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 2014/11/28 15:37:50 UTC

git commit: [flex-falcon] [refs/heads/develop] - Increased the timeout to 20 seconds to give the infra guys the opportunity to aactually read a message the flashplayer might be displaying.

Repository: flex-falcon
Updated Branches:
  refs/heads/develop f363d911d -> 1b58752f8


Increased the timeout to 20 seconds to give the infra guys the opportunity to aactually read a message the flashplayer might be displaying.


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

Branch: refs/heads/develop
Commit: 1b58752f8fd3f7ea317f027a2f419163b88d0229
Parents: f363d91
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Fri Nov 28 15:37:44 2014 +0100
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Fri Nov 28 15:37:44 2014 +0100

----------------------------------------------------------------------
 compiler.tests/feature-tests/mxml/tags/MXMLFeatureTestsBase.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/1b58752f/compiler.tests/feature-tests/mxml/tags/MXMLFeatureTestsBase.java
----------------------------------------------------------------------
diff --git a/compiler.tests/feature-tests/mxml/tags/MXMLFeatureTestsBase.java b/compiler.tests/feature-tests/mxml/tags/MXMLFeatureTestsBase.java
index f72da2e..fb007e9 100644
--- a/compiler.tests/feature-tests/mxml/tags/MXMLFeatureTestsBase.java
+++ b/compiler.tests/feature-tests/mxml/tags/MXMLFeatureTestsBase.java
@@ -144,7 +144,7 @@ public class MXMLFeatureTestsBase
 		try
 		{
 			System.out.println("Executing test:\n" + Arrays.toString(runArgs));
-			exitCode = executeCommandWithTimeout(runArgs, 2);
+			exitCode = executeCommandWithTimeout(runArgs, 20);
 		}
 		catch (Exception e)
 		{