Skip to content

Commit

Permalink
test(stream): adjust test case due to change in b5e2bf7
Browse files Browse the repository at this point in the history
  • Loading branch information
justmoon committed Oct 29, 2024
1 parent 15b4105 commit 45ea4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib-protocol-stream/src/test/connection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe("Connection", () => {
expect,
}) => {
const environment = createTestEnvironment({
maxPacketAmount: BigInt(1e10),
maxPacketAmount: BigInt(1e16),
})
const server = unwrapFailure(
await createServer({
Expand Down

0 comments on commit 45ea4c8

Please sign in to comment.