thrown: "Exceeded timeout of 5000ms for a test.
Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test."
255 | })
256 |
> 257 | it('Handles child process holding streams open', async function() {
| ^
258 | const semaphorePath = path.join(
259 | getTestTemp(),
260 | 'child-process-semaphore.txt'