We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa265fd commit 4976356Copy full SHA for 4976356
.github/workflows/test-run.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Test ${{ matrix.arch }}
87
working-directory: ${{ env.WORKING_DIRECTORY }}
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
+ timeout-minutes: 6
90
- name: check Testing output log
91
92
run: grep "Usertests passed!" os/output.log
0 commit comments