Skip to content

Commit

Permalink
fix: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Jul 28, 2024
1 parent 2b760c3 commit fb771d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/programs/data/shared-log/test/sharding.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ describe(`sharding`, () => {
(memoryLimit / 100) * 5,
);
},
{ timeout: 20 * 1000 },
{ timeout: 30 * 1000 },
);
});

Expand Down

0 comments on commit fb771d5

Please sign in to comment.