diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 76a58e5..036bfbf 100755 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file