Skip to content

Commit

Permalink
Update Test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos authored Dec 8, 2024
1 parent eac99ad commit 35472e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
nthreads: 4
julia-version: "${{ matrix.version }}"
os: "${{ matrix.os }}"
timeout-minutes: 120
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

2 comments on commit 35472e2

@lkdvos
Copy link
Member Author

@lkdvos lkdvos commented on 35472e2 Dec 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Small fixes and improvements

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/120962

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.11.5 -m "<description of version>" 35472e21c67d4a2a7891e7fda7a13e20c9c050e2
git push origin v0.11.5

Please sign in to comment.