Skip to content

Commit aa265fd

Browse files
update CI: time 4min
1 parent 0ae1c7c commit aa265fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
run: sh ${{ env.WORKING_DIRECTORY }}/tools/external_test.sh ${{ env.WORKING_DIRECTORY }} ${{ inputs.CallerPackage }} ${{ inputs.CallerRepository }} ${{ inputs.CallerCommit }}
8686
- name: Test ${{ matrix.arch }}
8787
working-directory: ${{ env.WORKING_DIRECTORY }}
88-
run: cd os && (PATH=$PATH:~/.cargo/bin timeout 300 make ARCH=${{ matrix.arch }} run TEST=1 2>&1 | tee output.log) || echo "qemu exited!"
89-
timeout-minutes: 6
88+
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
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)