Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
increase the vm boot timeout for bluebox
Browse files Browse the repository at this point in the history
as requested by bluebox
  • Loading branch information
joshk committed Dec 15, 2014
1 parent 131b846 commit c635142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/travis/worker/virtual_machine/blue_box.rb
Expand Up @@ -73,7 +73,7 @@ def create_new_server(opts)
@server = connection.servers.create(opts)
info "Booting #{server.hostname} (#{ip_address}) on #{server.vsh_id}"
instrument do
Fog.wait_for(240, 3) do
Fog.wait_for(300, 3) do
begin
server.reload
server.ready?
Expand Down

0 comments on commit c635142

Please sign in to comment.