Skip to content

Commit

Permalink
ci: Add timeout of 5 minutes to test job (#283)
Browse files Browse the repository at this point in the history
The tests usually run for less than 2 minutes, so 5 minutes should be
enough to then decide to cancel them.
  • Loading branch information
edgarrmondragon authored Oct 25, 2024
1 parent 06f6a8a commit 149a204
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 @@ -27,6 +27,7 @@ concurrency:
jobs:
pytest:
runs-on: ubuntu-latest
timeout-minutes: 5
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SINGER_SDK_LOG_CONFIG: ./target_snowflake_logging.yaml
Expand Down

0 comments on commit 149a204

Please sign in to comment.