From 374f7e1db560ce3d50144d9048eb5db9fd864b7e Mon Sep 17 00:00:00 2001 From: Foivos Date: Fri, 26 Apr 2024 16:02:34 +0300 Subject: [PATCH] increase timeout --- .github/workflows/codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index b66b17ce..f351060c 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -39,5 +39,5 @@ jobs: run: npm run build - name: Test - timeout-minutes: 30 + timeout-minutes: 60 run: npm run test --coverage