Skip to content

Commit 9f728b3

Browse files
committed
increasing disconnect timeout to improve accuracy
1 parent 41981ac commit 9f728b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

artio-binary-entrypoint-system-tests/src/test/java/uk/co/real_logic/artio/system_tests/AbstractBinaryEntryPointSystemTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ public class AbstractBinaryEntryPointSystemTest
6262
public static final long TEST_TIMEOUT_IN_MS = 20_000L;
6363

6464
static final int AWAIT_TIMEOUT_IN_MS = 10_000;
65-
static final int TIMEOUT_EPSILON_IN_MS = 10;
66-
static final int TEST_NO_LOGON_DISCONNECT_TIMEOUT_IN_MS = 200;
65+
static final int TIMEOUT_EPSILON_IN_MS = 50;
66+
static final int TEST_NO_LOGON_DISCONNECT_TIMEOUT_IN_MS = 2000;
6767

6868
final EpochNanoClock nanoClock = new OffsetEpochNanoClock();
6969
final int port = unusedPort();

0 commit comments

Comments
 (0)