Repository: flex-sdk
Updated Branches:
  refs/heads/develop 58a2e5dfb -> e6210027c


FLEX-33058
Lengthening test's timeout even more.


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

Branch: refs/heads/develop
Commit: e6210027c3dea4c7db0ceb8527cba1cf98f847ba
Parents: 58a2e5d
Author: Mihai Chira <[email protected]>
Authored: Mon Feb 22 11:50:08 2016 +0100
Committer: Mihai Chira <[email protected]>
Committed: Mon Feb 22 11:50:08 2016 +0100

----------------------------------------------------------------------
 .../advancedgrids/tests/mx/controls/FLEX_33058_Tests.as      | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/e6210027/frameworks/projects/advancedgrids/tests/mx/controls/FLEX_33058_Tests.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/advancedgrids/tests/mx/controls/FLEX_33058_Tests.as 
b/frameworks/projects/advancedgrids/tests/mx/controls/FLEX_33058_Tests.as
index 8884095..ad988e7 100644
--- a/frameworks/projects/advancedgrids/tests/mx/controls/FLEX_33058_Tests.as
+++ b/frameworks/projects/advancedgrids/tests/mx/controls/FLEX_33058_Tests.as
@@ -69,7 +69,7 @@ package mx.controls {
             noEnterFramesRemaining = NaN;
         }
 
-        [Test(async, timeout=1000)]
+        [Test(async, timeout=1600)]
         public function test_sorting_doesnt_throw_fatal():void
         {
             //given
@@ -81,7 +81,7 @@ package mx.controls {
             //then wait a few frames
             noEnterFramesRemaining = NO_ENTER_FRAMES_TO_ALLOW;
             UIImpersonator.testDisplay.addEventListener(Event.ENTER_FRAME, 
onEnterFrame);
-            Async.handleEvent(this, _finishNotifier, Event.COMPLETE, 
onGridAddedToStage, 300);
+            Async.handleEvent(this, _finishNotifier, Event.COMPLETE, 
onGridAddedToStage, 500);
         }
 
         private function onGridAddedToStage(event:Event, 
passThroughData:Object):void
@@ -92,7 +92,7 @@ package mx.controls {
             //then - wait a few more frames
             noEnterFramesRemaining = NO_ENTER_FRAMES_TO_ALLOW;
             UIImpersonator.testDisplay.addEventListener(Event.ENTER_FRAME, 
onEnterFrame);
-            Async.handleEvent(this, _finishNotifier, Event.COMPLETE, 
onGridDrawn, 300);
+            Async.handleEvent(this, _finishNotifier, Event.COMPLETE, 
onGridDrawn, 500);
         }
 
         private function onGridDrawn(event:Event, passThroughData:Object):void
@@ -106,7 +106,7 @@ package mx.controls {
             //then - wait a few more frames
             noEnterFramesRemaining = NO_ENTER_FRAMES_TO_ALLOW;
             UIImpersonator.testDisplay.addEventListener(Event.ENTER_FRAME, 
onEnterFrame);
-            Async.handleEvent(this, _finishNotifier, Event.COMPLETE, 
onGridSetupComplete, 300);
+            Async.handleEvent(this, _finishNotifier, Event.COMPLETE, 
onGridSetupComplete, 500);
         }
 
         private static function onGridSetupComplete(event:Event, 
passThroughData:Object):void

Reply via email to