Fix bind IP config for REST
[integration/packaging/puppet-opendaylight.git] / spec / spec_helper_acceptance.rb
index 44d70eaa8c02bfc10088056bf9d07cb90a8efdad..04cf2b5e41d94476242c7ae8a6591199d8d71854 100644 (file)
@@ -383,7 +383,7 @@ def username_password_validations(options = {})
     it { should be_file }
   end
 
-  describe command("sleep 60 && curl -o /dev/null --fail --silent --head -u #{odl_username}:#{odl_password} #{odl_check_url}") do
+  describe command("sleep 180 && curl -o /dev/null --fail --silent --head -u #{odl_username}:#{odl_password} #{odl_check_url}") do
     its(:exit_status) { should eq 0 }
   end
 end