Skip to content
Prev Previous commit
Next Next commit
fix hanging test
  • Loading branch information
W-A-James committed May 15, 2024
commit 7dbe7a59015d39fe4493be655aac90523186e293
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ describe('Monitoring rtt tests', function () {
requires: { topology: '!load-balanced' }
},
test: async function () {
await once(ee, 'done');
for (const server in heartbeatDurations) {
const averageDuration =
heartbeatDurations[server].reduce((acc, x) => acc + x) /
Expand Down