Skip to content

Commit

Permalink
update cluster shard count
Browse files Browse the repository at this point in the history
Signed-off-by: TJ Zhang <[email protected]>
  • Loading branch information
TJ Zhang committed Oct 17, 2024
1 parent d80ea5d commit 45ad49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/tests/ServerModules.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("GlideJson", () => {
parseEndpoints(clusterAddresses),
getServerVersion,
)
: await ValkeyCluster.createCluster(true, 1, 1, getServerVersion);
: await ValkeyCluster.createCluster(true, 3, 1, getServerVersion);
}, 20000);

afterEach(async () => {
Expand Down

0 comments on commit 45ad49d

Please sign in to comment.