Skip to content

Commit

Permalink
Merge pull request #439 from conjure-cp/ci10
Browse files Browse the repository at this point in the history
Generating code coverage report needs more than 5 minutes - give it 10
  • Loading branch information
ozgurakgun authored Nov 12, 2024
2 parents cfce51e + 3372f17 commit 6dd5d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
coverage:
name: "Generate Code Coverage Reports"
timeout-minutes: 5
timeout-minutes: 10
# only do coverage for ready PRs
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6dd5d0d

Please sign in to comment.