Skip to content

Commit

Permalink
test: increase wait time for webhooks server to start up
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jul 31, 2018
1 parent 6c0153b commit fa827c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/webhooks/certificate_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
let(:td) { TestDataBuilder.new }
before(:all) do
@pipe = IO.popen("bundle exec ruby spec/support/ssl_webhook_server.rb")
sleep 2
sleep 3
end

let(:webhook_request) do
Expand Down

0 comments on commit fa827c4

Please sign in to comment.