We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad47e3d + abe8f07 commit ca0476bCopy full SHA for ca0476b
1 file changed
spec/helpers.rb
@@ -309,7 +309,6 @@ def initialize( name, port: 23456, postgresql_conf: '' )
309
sopt += " -k #{@test_dir.to_s.dump}" unless RUBY_PLATFORM=~/mingw|mswin/i
310
log_and_run @logfile, pg_bin_path('pg_ctl'), '-w', '-o', sopt,
311
'-D', @pgdata.to_s, 'start'
312
- sleep 2
313
314
td = @pgdata
315
@conninfo = "host=localhost port=#{@port} dbname=test sslrootcert=#{td + 'ruby-pg-ca-cert'} sslcert=#{td + 'ruby-pg-client-cert'} sslkey=#{td + 'ruby-pg-client-key'}"
0 commit comments