Skip to content

Commit

Permalink
Merge pull request #34 from jwg4/fix_slow_test_check
Browse files Browse the repository at this point in the history
Increase timeout.
  • Loading branch information
jwg4 authored Mar 30, 2022
2 parents 10b6864 + 229b9e9 commit fb8f644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-tests-speed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
runs-on: ubuntu-18.04
timeout-minutes: 1
timeout-minutes: 3
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "polyomino"
version = "0.6.5"
version = "0.6.6"
description = "Solve polyomino tiling problems."
readme = "README.md"
authors = ["Jack Grahl <[email protected]>"]
Expand Down

0 comments on commit fb8f644

Please sign in to comment.