Skip to content

Commit

Permalink
more timeout for test
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Feb 12, 2024
1 parent 0521727 commit 7271f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
cat tests/unit-tests/commands.sub > ${GITHUB_WORKSPACE}/oricutron/sdcard/ETC/AUTOBOOT
#cat tests/unit_test/xrm.sub >> ${GITHUB_WORKSPACE}/oricutron/sdcard/ETC/AUTOBOOT
cd ${GITHUB_WORKSPACE}/oricutron
timeout --preserve-status 5 ./xvfb.sh || exit 0
timeout --preserve-status 10 ./xvfb.sh || exit 0
- name: Check unit-test
run: |
Expand Down

0 comments on commit 7271f47

Please sign in to comment.