Skip to content

Commit

Permalink
test: reduce the number of requests in fire-and-forget.js (#3229)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsctx committed May 9, 2024
1 parent 71c4d73 commit 2a72563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fetch/fire-and-forget.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test('does not need the body to be consumed to continue', { timeout: 180_000, sk
const batch = 50
const delay = 0
let total = 0
while (total < 10000) {
while (total < 5000) {
// eslint-disable-next-line no-undef
gc(true)
const array = new Array(batch)
Expand Down

0 comments on commit 2a72563

Please sign in to comment.