We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39175c0 commit e04eefeCopy full SHA for e04eefe
packages/core/src/test/shared/utilities/processUtils.test.ts
@@ -363,7 +363,7 @@ function getSleepCmd() {
363
// ChildProcess.stop is non-async and doesn't wait for the process to be stopped.
364
async function stopAndWait(cp: ChildProcess, clock: FakeTimers.InstalledClock) {
365
cp.stop(true)
366
- await clock.tickAsync(ChildProcess.stopTimeout)
+ await clock.tickAsync(ChildProcess.stopTimeout * 2)
367
}
368
369
function startSleepProcess(timeout: number = 90) {
0 commit comments