# HG changeset patch # User Sebastien Jodogne # Date 1619020157 -7200 # Node ID 3c15eadd941a1927738b19d1a83291418fa35dd3 # Parent e87d54a8a204c64aba44604191d275011500f94b added explicit db parameters diff -r e87d54a8a204 -r 3c15eadd941a GenerateConfigurationForTests.py --- a/GenerateConfigurationForTests.py Tue Apr 20 16:14:21 2021 +0200 +++ b/GenerateConfigurationForTests.py Wed Apr 21 17:49:17 2021 +0200 @@ -185,7 +185,10 @@ 'Port' : 5432, 'Database' : 'orthanctest', 'Username' : 'postgres', - 'Password' : 'postgres' + 'Password' : 'postgres', + 'Lock' : False, + 'IndexConnectionsCount' : 5, + 'MaximumConnectionRetries' : 7, } config['MySQL'] = { @@ -197,6 +200,9 @@ 'Username' : 'root', 'Password' : 'root', 'UnixSocket' : '', + 'Lock' : False, + 'IndexConnectionsCount' : 5, + 'MaximumConnectionRetries' : 7, }