From ba324c005e266d7ccef14d237cd5aafbae10ef17 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Mercereau <24897252+plmercereau@users.noreply.github.com> Date: Thu, 20 Jan 2022 12:14:18 +0100 Subject: [PATCH] ci: increase timeout limit --- .github/workflows/publish.yml | 2 ++ .github/workflows/test.yml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 770789076..c2a368693 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,6 +8,7 @@ on: required: true jobs: publish: + timeout-minutes: 60 runs-on: ubuntu-latest steps: - name: Checkout @@ -40,6 +41,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and publish to Docker Hub uses: docker/build-push-action@v2 + timeout-minutes: 60 with: # TODO use cache https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md context: . diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c84a7ff9e..1d96e5d5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,6 @@ env: jobs: test: runs-on: ubuntu-latest - timeout-minutes: 10 services: postgres: image: nhost/postgres:12-v0.0.6