From a45f71b193f7c7e44c65d626bfa6be9b885d1a34 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 25 Jun 2025 12:24:33 +0800 Subject: [PATCH] ci tests --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) 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