Repository: flex-blazeds
Updated Branches:
  refs/heads/master 2acd0b758 -> 65183f6fc


Increased the timeout to have the tests pass on build.apache.org.


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

Branch: refs/heads/master
Commit: 65183f6fc4075d863acb556b1afe4c036a645313
Parents: 2acd0b7
Author: Christofer Dutz <[email protected]>
Authored: Wed Nov 19 16:36:24 2014 +0100
Committer: Christofer Dutz <[email protected]>
Committed: Wed Nov 19 16:36:24 2014 +0100

----------------------------------------------------------------------
 .../test/java/flex/messaging/io/amf/client/AMFConnectionTest.java  | 2 +-
 .../test/java/flex/messaging/io/amf/client/AMFDataTypeTest.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/65183f6f/modules/testsuite/src/test/java/flex/messaging/io/amf/client/AMFConnectionTest.java
----------------------------------------------------------------------
diff --git 
a/modules/testsuite/src/test/java/flex/messaging/io/amf/client/AMFConnectionTest.java
 
b/modules/testsuite/src/test/java/flex/messaging/io/amf/client/AMFConnectionTest.java
index 621fe1c..0b66185 100644
--- 
a/modules/testsuite/src/test/java/flex/messaging/io/amf/client/AMFConnectionTest.java
+++ 
b/modules/testsuite/src/test/java/flex/messaging/io/amf/client/AMFConnectionTest.java
@@ -117,7 +117,7 @@ public class AMFConnectionTest extends TestCase
             Assert.fail("Couldn't start server process");
         }
         // Give the "server" some time to startup.
-        Thread.sleep(200L);
+        Thread.sleep(400L);
 
         AMFConnection.registerAlias(
                 "remoting.amfclient.ServerCustomType" /* server type */,

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/65183f6f/modules/testsuite/src/test/java/flex/messaging/io/amf/client/AMFDataTypeTest.java
----------------------------------------------------------------------
diff --git 
a/modules/testsuite/src/test/java/flex/messaging/io/amf/client/AMFDataTypeTest.java
 
b/modules/testsuite/src/test/java/flex/messaging/io/amf/client/AMFDataTypeTest.java
index d4d85a9..f8805be 100644
--- 
a/modules/testsuite/src/test/java/flex/messaging/io/amf/client/AMFDataTypeTest.java
+++ 
b/modules/testsuite/src/test/java/flex/messaging/io/amf/client/AMFDataTypeTest.java
@@ -99,7 +99,7 @@ public class AMFDataTypeTest extends TestCase
             Assert.fail("Couldn't start server process");
         }
         // Give the "server" some time to startup.
-        Thread.sleep(200L);
+        Thread.sleep(400L);
 
         AMFConnection.registerAlias(
                 "remoting.amfclient.ServerCustomType" /* server type */,

Reply via email to