Skip to content

Commit

Permalink
build(workflow): limit test job time to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed May 23, 2024
1 parent c8f28f4 commit d1406b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
fail-fast: true
matrix:
python: [3.8.18, 3.9.18, 3.10.13, 3.11.6]
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
runs-on:
group: Default Larger Runners
labels: ubuntu-latest-m
timeout-minutes: 5
steps:
- name: Checkout project
uses: actions/checkout@v4
Expand Down

0 comments on commit d1406b1

Please sign in to comment.