github: Increase timeout for test tasks

This commit is contained in:
Johan Gunnarsson 2023-01-06 14:05:00 +01:00
parent dbe067fa35
commit 4b1e9ea204
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ jobs:
path: ${{ runner.temp }} path: ${{ runner.temp }}
- name: Test qemu_x86_virt + ${{ matrix.suite }} ${{ matrix.arch }} - name: Test qemu_x86_virt + ${{ matrix.suite }} ${{ matrix.arch }}
timeout-minutes: 5 timeout-minutes: 15
run: | run: |
./test/qemu.sh $RUNNER_TEMP/boot-qemu_x86_virt.bin.gz \ ./test/qemu.sh $RUNNER_TEMP/boot-qemu_x86_virt.bin.gz \
$RUNNER_TEMP/${{ matrix.os }}-${{ matrix.suite }}-${{ matrix.arch }}-*.bin.gz $RUNNER_TEMP/${{ matrix.os }}-${{ matrix.suite }}-${{ matrix.arch }}-*.bin.gz

View File

@ -77,6 +77,6 @@ jobs:
wget $DL_BASE$(wget -O - $CDN_BASE$DEBIAN_INDEX | grep $DEBIAN | sort | tail -n 1 || echo /404) wget $DL_BASE$(wget -O - $CDN_BASE$DEBIAN_INDEX | grep $DEBIAN | sort | tail -n 1 || echo /404)
- name: Test - name: Test
timeout-minutes: 5 timeout-minutes: 15
run: | run: |
./test/qemu.sh $BOOT*.bin.gz $DEBIAN*.bin.gz ./test/qemu.sh $BOOT*.bin.gz $DEBIAN*.bin.gz