Skip to content

Commit

Permalink
chore(ci) increase timeout of unit tests job to 90 min
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jan 3, 2024
1 parent 20bea35 commit 8c042a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
tests:
name: 'Unit tests'
runs-on: ${{ inputs.os }}
timeout-minutes: 60
timeout-minutes: 90
outputs:
coveralls_name: ${{ steps.lcov.outputs.name }}
steps:
Expand Down

0 comments on commit 8c042a1

Please sign in to comment.