Skip to content

Commit

Permalink
Make test code match comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hbgl committed Aug 15, 2023
1 parent 196741b commit 85a28e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/node/test/api-route.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('API routes', () => {
let expectedDigest = null;
req.once('async_iterator', () => {
// Send 256MB of garbage data in 256KB chunks. This should be fast (< 1sec).
let remainingBytes = 128 * 1024 * 1024;
let remainingBytes = 256 * 1024 * 1024;
const chunkSize = 256 * 1024;

const hash = crypto.createHash('sha256');
Expand Down

0 comments on commit 85a28e0

Please sign in to comment.