Skip to content

Commit

Permalink
fix: Increase timeout for flash test
Browse files Browse the repository at this point in the history
  • Loading branch information
achxkloel committed Jan 30, 2024
1 parent 7037938 commit 0377834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
ESPFLASH_APP: espflash/${{ matrix.board }}_app/hello_world
shell: 'script -q -e -c "bash {0}"'
run: |
timeout 10s espflash_app/espflash flash --monitor ${{ env.ESPFLASH_APP }} 2>&1
timeout 20s espflash_app/espflash flash --monitor ${{ env.ESPFLASH_APP }} 2>&1
ret=$?
if [[ $ret -eq 124 ]]; then
Expand Down

0 comments on commit 0377834

Please sign in to comment.