diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 82817a0..f73e1ff 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: echo "NPM version: $(npm -v)" echo "Available memory: $(free -h || vm_stat | head -10)" echo "CPU info: $(sysctl -n machdep.cpu.brand_string || uname -m)" - - run: timeout 600 npm test -- --reporter=verbose + - run: npm test -- --reporter=verbose # If the Codecov Action fails on Gitea, replace this with the bash uploader below - name: Upload coverage to Codecov uses: codecov/codecov-action@v3