Skip to content

Commit

Permalink
Increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetown committed Aug 16, 2024
1 parent 81a464b commit 453594f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
contents: write
env:
FORCE_COLOR: "1"
timeout-minutes: 5
timeout-minutes: 10
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcovr-ci-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ${{ inputs.container && 'ubuntu-22.04' || inputs.os }}
env:
FORCE_COLOR: "1"
timeout-minutes: 10
timeout-minutes: 15
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 453594f

Please sign in to comment.