Skip to content

Commit 0a2ca2f

Browse files
ci: Add timeout of 5 minutes to test job
The tests usually run for less than 2 minutes, so 5 minutes should be enough to then decide to cancel them.
1 parent c8828f8 commit 0a2ca2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ concurrency:
2727
jobs:
2828
pytest:
2929
runs-on: ubuntu-latest
30+
timeout-minutes: 5
3031
env:
3132
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3233
SINGER_SDK_LOG_CONFIG: ./target_snowflake_logging.yaml

0 commit comments

Comments
 (0)