File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 85
85
run : sh ${{ env.WORKING_DIRECTORY }}/tools/external_test.sh ${{ env.WORKING_DIRECTORY }} ${{ inputs.CallerPackage }} ${{ inputs.CallerRepository }} ${{ inputs.CallerCommit }}
86
86
- name : Test ${{ matrix.arch }}
87
87
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
90
90
- name : check Testing output log
91
91
working-directory : ${{ env.WORKING_DIRECTORY }}
92
92
run : grep "Usertests passed!" os/output.log
You can’t perform that action at this time.
0 commit comments