Skip to content

Commit

Permalink
Increase timeout for acfl and nvc builds as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
insertinterestingnamehere committed Oct 18, 2024
1 parent c3c5cd9 commit 925ba14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
command: |
export PATH=$PATH:/opt/arm/arm-linux-compiler-24.04_Ubuntu-22.04/bin
timeout --foreground -k 10s 4m make check
no_output_timeout: 60s
no_output_timeout: 180s

nvc:
parameters:
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- run:
command: |
timeout --foreground -k 10s 4m make check
no_output_timeout: 60s
no_output_timeout: 180s

musl:
parameters:
Expand Down

0 comments on commit 925ba14

Please sign in to comment.