Skip to content

Commit

Permalink
added time limit to github test action
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed Feb 28, 2025
1 parent 5047fc9 commit 6ecd04f
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 @@ -11,6 +11,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: pyvista/setup-headless-display-action@v3
Expand Down

0 comments on commit 6ecd04f

Please sign in to comment.