Browse Source

Fix port number in epgsql_perf_tests

David N. Welton 10 years ago
parent
commit
38efb78944
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/epgsql_perf_tests.erl

+ 1 - 1
test/epgsql_perf_tests.erl

@@ -43,7 +43,7 @@ noise(N) ->
 %%
 
 -define(host, "localhost").
--define(port, 5432).
+-define(port, 10432).
 
 with_connection(F) ->
     with_connection(F, "epgsql_test", []).