From 7fa469d0b0160b244b2a1b16c9d3c7c2382d4eaf Mon Sep 17 00:00:00 2001 From: "Thibault \"bui\" Koechlin" Date: Wed, 5 Apr 2023 15:15:33 +0200 Subject: [PATCH] timeout of ci jobs (#2160) --- .github/workflows/bats-mysql.yml | 2 +- .github/workflows/bats-postgres.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bats-mysql.yml b/.github/workflows/bats-mysql.yml index 455b4da72..595397059 100644 --- a/.github/workflows/bats-mysql.yml +++ b/.github/workflows/bats-mysql.yml @@ -18,7 +18,7 @@ jobs: name: "Build + tests" runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 30 services: database: image: ${{ inputs.database_image }} diff --git a/.github/workflows/bats-postgres.yml b/.github/workflows/bats-postgres.yml index ae580d48a..30b21226d 100644 --- a/.github/workflows/bats-postgres.yml +++ b/.github/workflows/bats-postgres.yml @@ -14,7 +14,7 @@ jobs: name: "Build + tests" runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 30 services: database: image: postgres:14