Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maidh91 committed Nov 5, 2024
1 parent 7ba795f commit b0d9a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/02-teardown.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b0d9a35

Please sign in to comment.