mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
set MONO_THREADS_PER_CPU for the test runs, see if this makes the
breaks happen less randomly.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" ?>
|
||||
<project name="OpenSim" default="build">
|
||||
<setenv name="MONO_THREADS_PER_CPU" value="100" />
|
||||
<target name="build">
|
||||
<exec program="mono" commandline="../bin/Prebuild.exe /target nant" />
|
||||
<nant buildfile="../OpenSim.build" target="build" />
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
</target>
|
||||
|
||||
<target name="test" depends="build">
|
||||
<setenv name="MONO_THREADS_PER_CPU" value="100" />
|
||||
<nunit2 failonerror="true" verbose="true">
|
||||
<formatter type="Plain" />
|
||||
<test>
|
||||
|
||||
Reference in New Issue
Block a user