diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 99c82851..4dc80b79 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -120,6 +120,7 @@ jobs: with: command: npm run --prefix next-ui test:storybook max_attempts: '3' + timeout_minutes: '5' - name: lint working-directory: next-ui run: npm run lint