Skip to content

Commit 82bf6e6

Browse files
authored
Merge pull request #139 from orix-software/develop
more timeout for test
2 parents 7fa71bb + 7271f47 commit 82bf6e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
cat tests/unit-tests/commands.sub > ${GITHUB_WORKSPACE}/oricutron/sdcard/ETC/AUTOBOOT
136136
#cat tests/unit_test/xrm.sub >> ${GITHUB_WORKSPACE}/oricutron/sdcard/ETC/AUTOBOOT
137137
cd ${GITHUB_WORKSPACE}/oricutron
138-
timeout --preserve-status 5 ./xvfb.sh || exit 0
138+
timeout --preserve-status 10 ./xvfb.sh || exit 0
139139
140140
- name: Check unit-test
141141
run: |

0 commit comments

Comments
 (0)