We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fa71bb + 7271f47 commit 82bf6e6Copy full SHA for 82bf6e6
1 file changed
.github/workflows/main.yml
@@ -135,7 +135,7 @@ jobs:
135
cat tests/unit-tests/commands.sub > ${GITHUB_WORKSPACE}/oricutron/sdcard/ETC/AUTOBOOT
136
#cat tests/unit_test/xrm.sub >> ${GITHUB_WORKSPACE}/oricutron/sdcard/ETC/AUTOBOOT
137
cd ${GITHUB_WORKSPACE}/oricutron
138
- timeout --preserve-status 5 ./xvfb.sh || exit 0
+ timeout --preserve-status 10 ./xvfb.sh || exit 0
139
140
- name: Check unit-test
141
run: |
0 commit comments