Skip to content

Commit

Permalink
fix: disable reconnect delay only in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Sep 10, 2024
1 parent 0246eb4 commit 719c681
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion config/test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ module.exports = {
measurement: {
maxInProgressProbes: 2,
},
reconnectProbesDelay: 0,
sigtermDelay: 0,
};
1 change: 1 addition & 0 deletions test/e2e/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class DockerManager {
`MEASUREMENT_TIMEOUT=5`,
`ADOPTED_PROBES_SYNC_INTERVAL=2000`,
`ADMIN_DATA_SYNC_INTERVAL=2000`,
`RECONNECT_PROBES_DELAY=0`,
],
HostConfig: {
PortBindings: {
Expand Down

0 comments on commit 719c681

Please sign in to comment.