mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
makebuildserver: settable vm boot timeout, plus longer default
On slow machines or VMs like the Debian jenkins box, the VM boot timeout needs to be a lot longer, otherwise vagrant times out before setting up the VM.
This commit is contained in:
parent
3511c44357
commit
90d81eba2d
2 changed files with 11 additions and 1 deletions
|
|
@ -38,3 +38,9 @@
|
|||
|
||||
# Set to True if your base box is 64 bit (e.g. testing32.box isn't)
|
||||
# arch64 = True
|
||||
|
||||
# If this is running on an older machine or on a virtualized system,
|
||||
# it can run a lot slower. If the provisioning fails with a warning
|
||||
# about the timeout, extend the timeout here. (default: 600 seconds)
|
||||
#
|
||||
# boot_timeout = 1200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue