test/asunit/core/AsUnitCoreTest.as in asunit4-4.2.1.pre vs test/asunit/core/AsUnitCoreTest.as in asunit4-4.2.2.pre

- old
+ new

@@ -71,10 +71,10 @@ assertEquals(message, testCaseCount, CustomTestRunner.runCalledCount); // This is the number of test methods: assertEquals("Total Test Count", testMethodCount, core.bridge.runCount); } - core.addEventListener(Event.COMPLETE, async.add(handler)); + core.addEventListener(Event.COMPLETE, async.add(handler, 200)); core.start(Suite); } [Test] public function shouldAssignRunWithUsingOuterSuite():void {