From a0740df0c45b16447c3493119994a788e50091c5 Mon Sep 17 00:00:00 2001 From: nick Date: Tue, 27 Feb 2024 18:35:53 +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 c4347d1..76a58e5 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 10 grep -qm1 'accepting connections' <(docker logs "${{ job.services.manticoresearch-manticore.id }}"); then echo 'accepting connections'; else echo 'Timeout failed'; fi + if timeout 60 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