Skip to content

Commit

Permalink
ci: add timeout for tests (#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored May 15, 2024
1 parent 35157c7 commit 97678f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:

- name: Run tests
if: steps.check_changes.outputs.changes_outside_docs
timeout-minutes: 15
env:
DATABASE_URL: "postgres://postgres@localhost:5432/postgres"
AWS_ENDPOINT_URL: "http://localhost:8080"
Expand Down

0 comments on commit 97678f0

Please sign in to comment.