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/14 08:11:45 UTC

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

Author: aharui
Date: Sun Oct 14 06:11:44 2012
New Revision: 1398022

URL: http://svn.apache.org/viewvc?rev=1398022&view=rev
Log:
Wait a little longer before bailing

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=1398022&r1=1398021&r2=1398022&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 Sun Oct 14 06:11:44 2012
@@ -1183,7 +1183,7 @@ public class UnitTester extends EventDis
 				lastPendingOutput = pendingOutput;
 			if (pendingOutput == lastPendingOutput)
 			{
-				if (frameWaitCount < 4) // wait about 3 frames to see if results come back
+				if (frameWaitCount < 10) // wait about 10 frames to see if results come back
 				{
 					trace("waiting on pending output", pendingOutput);
 					frameWaitCount++;