Skip to content

Commit

Permalink
Increase iMX build timeouts - 10min occasionally fail (#15226)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Sep 11, 2023
1 parent b6e0542 commit ff401d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/examples-linux-imx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
submodules: true

- name: Build App
timeout-minutes: 10
timeout-minutes: 30
run: |
./scripts/examples/imxlinux_example.sh \
examples/lighting-app/linux/ examples/lighting-app/linux/out/aarch64
- name: Build chip-tool
timeout-minutes: 10
timeout-minutes: 30
run: |
./scripts/examples/imxlinux_example.sh \
examples/chip-tool examples/chip-tool/out/aarch64
examples/chip-tool examples/chip-tool/out/aarch64

0 comments on commit ff401d7

Please sign in to comment.