Skip to content

Commit 4976356

Browse files
update CI: timeout 6min
1 parent aa265fd commit 4976356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Test ${{ matrix.arch }}
8787
working-directory: ${{ env.WORKING_DIRECTORY }}
8888
run: cd os && (PATH=$PATH:~/.cargo/bin timeout 240 make ARCH=${{ matrix.arch }} run TEST=1 2>&1 | tee output.log) || echo "qemu exited!"
89-
timeout-minutes: 4
89+
timeout-minutes: 6
9090
- name: check Testing output log
9191
working-directory: ${{ env.WORKING_DIRECTORY }}
9292
run: grep "Usertests passed!" os/output.log

0 commit comments

Comments
 (0)