Skip to content

Commit

Permalink
ci: shorten boot wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
moodyhunter committed Aug 4, 2024
1 parent c65e14f commit d8fc7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Test
run: |
cd build
../scripts/run-tests.py --arch ${{matrix.config.arch}} --kernelspace-tests -t 600 -w 120
../scripts/run-tests.py --arch ${{matrix.config.arch}} --kernelspace-tests -t 120 -w 15s
- name: Upload Test Results
if: always()
Expand Down

0 comments on commit d8fc7bf

Please sign in to comment.