Repository: flex-sdk
Updated Branches:
  refs/heads/develop a9308988a -> 947a8329a


FLEX-34625 FLEX-34959 Timeouts are controlled in two places, and I omitted this 
one in the previous commit.


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

Branch: refs/heads/develop
Commit: 947a8329a96a73990f3c573daaeff32ad4fad8a0
Parents: a930898
Author: Mihai Chira <[email protected]>
Authored: Mon Jan 4 16:33:35 2016 +0100
Committer: Mihai Chira <[email protected]>
Committed: Mon Jan 4 16:33:35 2016 +0100

----------------------------------------------------------------------
 .../projects/spark/tests/spark/skins/spark/FLEX_34625_Tests.as   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/947a8329/frameworks/projects/spark/tests/spark/skins/spark/FLEX_34625_Tests.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/spark/tests/spark/skins/spark/FLEX_34625_Tests.as 
b/frameworks/projects/spark/tests/spark/skins/spark/FLEX_34625_Tests.as
index 7a17c99..aa3896f 100644
--- a/frameworks/projects/spark/tests/spark/skins/spark/FLEX_34625_Tests.as
+++ b/frameworks/projects/spark/tests/spark/skins/spark/FLEX_34625_Tests.as
@@ -60,7 +60,7 @@ package spark.skins.spark {
             _textInput = null;
         }
 
-        [Test(async, timeout=500)]
+        [Test(async, timeout=1100)]
         public function test_focus_skin_with_zero_focus_thickness():void
         {
             //given
@@ -76,7 +76,7 @@ package spark.skins.spark {
             Async.handleEvent(this, _finishNotifier, Event.COMPLETE, 
onTestComplete, TIMEOUT_MS);
         }
 
-        [Test(async, timeout=500)]
+        [Test(async, timeout=1100)]
         public function test_focus_skin_with_NaN_focus_thickness():void
         {
             //given

Reply via email to