We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fire-and-forget.js
1 parent 71c4d73 commit 2a72563Copy full SHA for 2a72563
test/fetch/fire-and-forget.js
@@ -33,7 +33,7 @@ test('does not need the body to be consumed to continue', { timeout: 180_000, sk
33
const batch = 50
34
const delay = 0
35
let total = 0
36
- while (total < 10000) {
+ while (total < 5000) {
37
// eslint-disable-next-line no-undef
38
gc(true)
39
const array = new Array(batch)
0 commit comments