From 86daa8aff22ff378c5e6cbf10f92dc3823fa2ccd Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 7 Jul 2021 17:41:50 +0200 Subject: Moved Jest timeout to the commit unit test --- test/setup.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/setup.ts') diff --git a/test/setup.ts b/test/setup.ts index 92a4f3c..3eaa5e7 100644 --- a/test/setup.ts +++ b/test/setup.ts @@ -7,8 +7,6 @@ const promiseExec = promisify(exec); config({ path: "test/test.env" }); export default async function init() { - jest.setTimeout(10000); - const can_access = await access(process.env.BASE_DIR) .then(() => true) .catch(() => false); -- cgit v1.2.3-18-g5258