Skip to content

Commit 2a72563

Browse files
authored
test: reduce the number of requests in fire-and-forget.js (#3229)
1 parent 71c4d73 commit 2a72563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fetch/fire-and-forget.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test('does not need the body to be consumed to continue', { timeout: 180_000, sk
3333
const batch = 50
3434
const delay = 0
3535
let total = 0
36-
while (total < 10000) {
36+
while (total < 5000) {
3737
// eslint-disable-next-line no-undef
3838
gc(true)
3939
const array = new Array(batch)

0 commit comments

Comments
 (0)