Skip to content

Commit d576b58

Browse files
Disable Autostop of server.
Server stays up instead of stopping after last disconnect, but this decreases the test suit duration by 40%, while the server consumes reasonably few memory (less than 40Mb).
1 parent 609f033 commit d576b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teamcity.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
<target name="setup-teamcity-sqlanywhere">
214214
<property name="nhibernate.connection.driver_class" value="NHibernate.Driver.SapSQLAnywhere17Driver" />
215215
<property name="nhibernate.dialect" value="NHibernate.Dialect.SapSQLAnywhere17Dialect" />
216-
<property name="nhibernate.connection.connection_string" value="UID=nhibernate;PWD=nhibernate;ServerName=nhibernate;DBN=nhibernate;DBF=sqlAnywhere.db;Enlist=false;" />
216+
<property name="nhibernate.connection.connection_string" value="UID=nhibernate;PWD=nhibernate;ServerName=nhibernate;DBN=nhibernate;DBF=sqlAnywhere.db;ASTOP=No;Enlist=false;" />
217217
</target>
218218

219219
<script language="C#" prefix="testResult">

0 commit comments

Comments
 (0)