Skip to content

Commit

Permalink
timeout of ci jobs (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
buixor authored Apr 5, 2023
1 parent 1e018bd commit 7fa469d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bats-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

name: "Build + tests"
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 30
services:
database:
image: ${{ inputs.database_image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bats-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

name: "Build + tests"
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 30
services:
database:
image: postgres:14
Expand Down

0 comments on commit 7fa469d

Please sign in to comment.