Skip to content

Commit

Permalink
Updated Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Feb 27, 2024
1 parent a0740df commit 079fca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: |
if timeout 60 grep -qm1 'accepting connections' <(docker logs "${{ job.services.manticoresearch-manticore.id }}"); then echo 'accepting connections'; else echo 'Timeout failed'; fi
if timeout 300 grep -qm1 'accepting connections' <(docker logs "${{ job.services.manticoresearch-manticore.id }}"); then echo 'accepting connections'; else echo 'Timeout failed'; fi
npm install
npm test

0 comments on commit 079fca0

Please sign in to comment.