Skip to content

Commit

Permalink
increasing disconnect timeout to improve accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianoviana committed Oct 22, 2024
1 parent 41981ac commit 9f728b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ public class AbstractBinaryEntryPointSystemTest
public static final long TEST_TIMEOUT_IN_MS = 20_000L;

static final int AWAIT_TIMEOUT_IN_MS = 10_000;
static final int TIMEOUT_EPSILON_IN_MS = 10;
static final int TEST_NO_LOGON_DISCONNECT_TIMEOUT_IN_MS = 200;
static final int TIMEOUT_EPSILON_IN_MS = 50;
static final int TEST_NO_LOGON_DISCONNECT_TIMEOUT_IN_MS = 2000;

final EpochNanoClock nanoClock = new OffsetEpochNanoClock();
final int port = unusedPort();
Expand Down

0 comments on commit 9f728b3

Please sign in to comment.