Skip to content

Commit

Permalink
test(scaling-pubsub): reduce message publish interval
Browse files Browse the repository at this point in the history
  • Loading branch information
mkermani144 committed May 8, 2024
1 parent 7d409a3 commit 2ab900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scaling-pubsub/src/node/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ setTimeout(async () => {
}
await wait();
}
}, 10_000);
}, 1_000);
}, 30_000);

node.handleIncomingMessage(async () => {});
Expand Down

0 comments on commit 2ab900d

Please sign in to comment.