From b0d9a35296371e67b4545fa0252f84d2362fec78 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 5 Nov 2024 23:36:33 +1100 Subject: [PATCH] lint --- test/02-teardown.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/02-teardown.test.js b/test/02-teardown.test.js index 38f889e2b..f1db79a8b 100644 --- a/test/02-teardown.test.js +++ b/test/02-teardown.test.js @@ -51,7 +51,7 @@ test('teardown on pipe end', async function ({ ok, is, plan, comment, teardown, test('teardown on os kill', async function ({ ok, is, plan, comment, teardown, timeout }) { if (isWindows) return - + timeout(180000) plan(5) @@ -136,7 +136,7 @@ test('teardown on os kill with exit code', async function ({ ok, is, plan, comme resolve(data.exitCode) }) }) - + const teardownPromise = Helper.untilResult(pipe, 5000, () => os.kill(pid)) const td = await teardownPromise