Skip to content

Commit

Permalink
fix(test)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Feb 7, 2025
1 parent 369de6e commit 9f330ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stress.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Piscina } from 'piscina'
import asyncTimers from 'node:timers/promises'

const TASKS = 3
const COUNT = 50
const COUNT = 100

const piscina = new Piscina({
// The URL must be a file:// URL
Expand Down

0 comments on commit 9f330ef

Please sign in to comment.