[Groonga-commit] groonga/groonga at daf3f0f [master] packages: increase boot timeout

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 6 21:25:58 JST 2014


Kouhei Sutou	2014-10-06 21:25:58 +0900 (Mon, 06 Oct 2014)

  New Revision: daf3f0fff0c05b0a1ddeb17298eab3715545a919
  https://github.com/groonga/groonga/commit/daf3f0fff0c05b0a1ddeb17298eab3715545a919

  Message:
    packages: increase boot timeout

  Modified files:
    packages/apt/Vagrantfile
    packages/yum/Vagrantfile

  Modified: packages/apt/Vagrantfile (+1 -0)
===================================================================
--- packages/apt/Vagrantfile    2014-10-05 15:13:59 +0900 (7861842)
+++ packages/apt/Vagrantfile    2014-10-06 21:25:58 +0900 (3be4569)
@@ -21,6 +21,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
     config.vm.define(vm[:id]) do |node|
       node.vm.box = vm[:id]
       node.vm.box_url = vm[:box_url]
+      node.vm.boot_timeout = 600
       node.vm.provision(:shell, :privileged => false, :path => "build-deb.sh")
       node.vm.provider("virtualbox") do |virtual_box|
         virtual_box.memory = 512

  Modified: packages/yum/Vagrantfile (+1 -0)
===================================================================
--- packages/yum/Vagrantfile    2014-10-05 15:13:59 +0900 (72a00e9)
+++ packages/yum/Vagrantfile    2014-10-06 21:25:58 +0900 (dcaa1a4)
@@ -32,6 +32,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
     config.vm.define(vm[:id]) do |node|
       node.vm.box = vm[:id]
       node.vm.box_url = vm[:box_url]
+      node.vm.boot_timeout = 600
       node.vm.provision(:shell, :privileged => false, :path => "build-rpm.sh")
       node.vm.provider("virtualbox") do |virtual_box|
         virtual_box.memory = 512
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index