From 4c7dd74abd41c5135e43f32fd874d0cb33185b4e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 4 Sep 2023 15:55:41 +0300 Subject: [PATCH] chore: test: add timeout --- .madrun.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/.madrun.mjs b/.madrun.mjs index 16e81941..be2aa5a4 100644 --- a/.madrun.mjs +++ b/.madrun.mjs @@ -6,6 +6,7 @@ import { const testEnv = { THREAD_IT_COUNT: 0, + SUPERTAPE_TIMEOUT: 7000, }; const is17 = /^v1[789]/.test(process.version);