Skip to content

Commit 36e1819

Browse files
authored
avoid flake
1 parent 1440b55 commit 36e1819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-context/test/unit/data/ProjectConfigIpc-real-child-process.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ describe('ProjectConfigIpc', () => {
6969

7070
expect(globalThis.debugMessages.at(-2)).toEqual('EPIPE error in loadConfig() of child process %s')
7171
expect(globalThis.debugMessages.at(-1)).toEqual('EPIPE error in registerSetupIpcHandlers() of child process %s')
72-
})
72+
}, 20_000)
7373
})
7474
})

0 commit comments

Comments
 (0)