Skip to content

Commit c41e2fd

Browse files
author
Michael Labriola
committed
Changed timeout to more than a single frame
1 parent 4cc98d2 commit c41e2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlexUnit4Test/src/flexUnitTests/flexUnit4/suites/frameworkSuite/cases/TestBeforeAfterClassOrderAsync.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ package flexUnitTests.flexUnit4.suites.frameworkSuite.cases
3535
*/
3636
public class TestBeforeAfterClassOrderAsync {
3737
private static const TIMER_LENGTH:int = 10;
38-
private static const TIME_OUT:int = 15;
38+
private static const TIME_OUT:int = 50;
3939

4040
private static var timer:Timer = new Timer( TIMER_LENGTH, 1 );
4141
protected static var setupOrderArray:Array = new Array();

0 commit comments

Comments
 (0)