From 2be7cbd039c75f5b785d518d00dbc4d158f89f6f Mon Sep 17 00:00:00 2001 From: verena-ifx Date: Fri, 13 Sep 2024 22:57:27 +0200 Subject: [PATCH] fix(1461): removed timeout from test.yml --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1db1a0abe8..e2ff5331b7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,6 +45,4 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }} run: | - # Increase the Jest timeout - echo "module.exports = { testTimeout: 30000 };" > jest.config.js npm run test