Skip to content

Commit

Permalink
Maybe a longer timeout for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Jan 20, 2024
1 parent 779e43c commit e4d60ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
# Skip baselines because this action depends on the tests
run: >
cargo mutants --no-shuffle -vV --shard ${{ matrix.shard }}/8
--test-tool ${{ matrix.test_tool }} --baseline=skip --timeout=60
--test-tool ${{ matrix.test_tool }} --baseline=skip --timeout=240
--in-place
- name: Archive mutants.out
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e4d60ce

Please sign in to comment.