diff --git a/spec/acceptance/server_spec.rb b/spec/acceptance/server_spec.rb index a47e9b3..43b1720 100644 --- a/spec/acceptance/server_spec.rb +++ b/spec/acceptance/server_spec.rb @@ -26,7 +26,7 @@ # This sleeps because hyperglass can take a long time to start. The service # check above returns successfully as the service is running though it has # not even bound to a port. - describe command('sleep 150; curl http://localhost:8001') do + describe command('sleep 180; curl http://localhost:8001') do its(:stdout) { is_expected.to match %r{hyperglass} } end end