Skip to content

Commit

Permalink
Longer step timeouts on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Dec 17, 2024
1 parent 83aee8d commit 3a376b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ jobs:

- name: Test CLI
if: matrix.run_tests == true
run: npx -y toolproof@latest -s -c 1 --placeholders pagefind_mode="${{ matrix.target }}/release"
run: npx -y toolproof@latest -s -c 1 --timeout 45 --placeholders pagefind_mode="${{ matrix.target }}/release"

- name: Move extended binary aside
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: cargo test --release --lib --features extended

- name: Test CLI
run: npx -y toolproof@latest -s -c 1
run: npx -y toolproof@latest -s -c 1 --timeout 45

- name: Set up poetry
run: ./wrappers/python/scripts/ci/github/setup_poetry.sh
Expand Down

0 comments on commit 3a376b2

Please sign in to comment.