You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2012/10/16 22:17:26 UTC

svn commit: r1398974 - /incubator/flex/sdk/branches/develop/mustella/as3/src/mustella/UnitTester.as

Author: aharui
Date: Tue Oct 16 20:17:26 2012
New Revision: 1398974

URL: http://svn.apache.org/viewvc?rev=1398974&view=rev
Log:
wait a little longer for results to get passed to Runner

Modified:
    incubator/flex/sdk/branches/develop/mustella/as3/src/mustella/UnitTester.as

Modified: incubator/flex/sdk/branches/develop/mustella/as3/src/mustella/UnitTester.as
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/as3/src/mustella/UnitTester.as?rev=1398974&r1=1398973&r2=1398974&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/as3/src/mustella/UnitTester.as (original)
+++ incubator/flex/sdk/branches/develop/mustella/as3/src/mustella/UnitTester.as Tue Oct 16 20:17:26 2012
@@ -1183,7 +1183,7 @@ public class UnitTester extends EventDis
 				lastPendingOutput = pendingOutput;
 			if (pendingOutput == lastPendingOutput)
 			{
-				if (frameWaitCount < 10) // wait about 10 frames to see if results come back
+				if (frameWaitCount < 30) // wait about 30 frames to see if results come back
 				{
 					trace("waiting on pending output", pendingOutput);
 					frameWaitCount++;