From 079fca0a3e14530d634248c528739ed2d0b3384b Mon Sep 17 00:00:00 2001 From: nick Date: Tue, 27 Feb 2024 18:37:15 +0700 Subject: [PATCH] Updated Action workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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