Repository: flex-blazeds Updated Branches: refs/heads/develop 025e11cdb -> 9816c0898
- Increased the allowed ramp-up-time for the testserver from 400ms to 3s Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/9816c089 Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/9816c089 Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/9816c089 Branch: refs/heads/develop Commit: 9816c089878b0331e7488e6be43356a869148dcc Parents: 025e11c Author: Christofer Dutz <[email protected]> Authored: Wed Jun 29 13:52:20 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Wed Jun 29 13:52:20 2016 +0200 ---------------------------------------------------------------------- .../test/java/flex/messaging/io/amf/client/AMFConnectionIT.java | 2 +- .../src/test/java/flex/messaging/io/amf/client/AMFDataTypeIT.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/9816c089/testsuite/src/test/java/flex/messaging/io/amf/client/AMFConnectionIT.java ---------------------------------------------------------------------- diff --git a/testsuite/src/test/java/flex/messaging/io/amf/client/AMFConnectionIT.java b/testsuite/src/test/java/flex/messaging/io/amf/client/AMFConnectionIT.java index b1ef888..a35f24a 100644 --- a/testsuite/src/test/java/flex/messaging/io/amf/client/AMFConnectionIT.java +++ b/testsuite/src/test/java/flex/messaging/io/amf/client/AMFConnectionIT.java @@ -115,7 +115,7 @@ public class AMFConnectionIT extends TestCase Assert.fail("Couldn't start server process"); } // Give the "server" some time to startup. - Thread.sleep(400L); + Thread.sleep(3000L); AMFConnection.registerAlias( "remoting.amfclient.ServerCustomType" /* server type */, http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/9816c089/testsuite/src/test/java/flex/messaging/io/amf/client/AMFDataTypeIT.java ---------------------------------------------------------------------- diff --git a/testsuite/src/test/java/flex/messaging/io/amf/client/AMFDataTypeIT.java b/testsuite/src/test/java/flex/messaging/io/amf/client/AMFDataTypeIT.java index c48a5d3..a2a44bc 100644 --- a/testsuite/src/test/java/flex/messaging/io/amf/client/AMFDataTypeIT.java +++ b/testsuite/src/test/java/flex/messaging/io/amf/client/AMFDataTypeIT.java @@ -98,7 +98,7 @@ public class AMFDataTypeIT extends TestCase Assert.fail("Couldn't start server process"); } // Give the "server" some time to startup. - Thread.sleep(400L); + Thread.sleep(3000L); AMFConnection.registerAlias( "remoting.amfclient.ServerCustomType" /* server type */,
