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