Skip to content

Commit

Permalink
[misc] ensure test reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Oct 10, 2022
1 parent 5930cf3 commit 97f735c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test-cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ describe('cluster', function () {
expect(nodes['node3']).to.equal(5);

await new Promise((resolve, reject) => {
new setTimeout(resolve, 100);
new setTimeout(resolve, 500);
});
expect(removedNode).to.have.length(0);
await new Promise((resolve, reject) => {
Expand Down

0 comments on commit 97f735c

Please sign in to comment.