Cirrus-CI: increase timeout to 120m
For some reason build+package+test time went from about 1h10 to over 1h30 (killed due to timeout prior to completion). The reason for the increase still needs investigation.
This commit is contained in:
parent
733ba7eff6
commit
4d083e6d20
@ -9,7 +9,7 @@ env:
|
||||
CIRRUS_CLONE_DEPTH: 1
|
||||
|
||||
task:
|
||||
timeout_in: 90m
|
||||
timeout_in: 120m
|
||||
install_script:
|
||||
- pkg install -y qemu-devel uefi-edk2-qemu-x86_64
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user