Skip to content

Commit

Permalink
ci: adjust build timeouts (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParanoidUser committed Mar 2, 2023
1 parent 262235a commit c66e327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
test:
needs: fork
runs-on: ubuntu-22.04
timeout-minutes: 6
timeout-minutes: 8
strategy:
matrix:
job_sid: ${{ fromJson(needs.fork.outputs.job_sid) }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
scan:
needs: test
runs-on: ubuntu-22.04
timeout-minutes: 8
timeout-minutes: 10
steps:
- name: Checkout repository (default ref)
if: ${{ github.event.inputs.ref_name == '' }}
Expand Down

0 comments on commit c66e327

Please sign in to comment.