Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
! command -v swtpm &> /dev/null || \
! test -d /usr/share/OVMF; then
apt_update_with_retry
timeout 300s sudo apt-get install -y erofs-utils e2fsprogs iptables ovmf qemu-system-x86 qemu-utils swtpm
timeout 600s sudo apt-get -o DPkg::Lock::Timeout=300 install -y erofs-utils e2fsprogs iptables ovmf qemu-system-x86 qemu-utils swtpm
fi
if test -f /usr/share/OVMF/OVMF_CODE_4M.secboot.fd && test -f /usr/share/OVMF/OVMF_VARS_4M.ms.fd; then
ovmf_code=/usr/share/OVMF/OVMF_CODE_4M.secboot.fd
Expand Down
Loading