set MONO_THREADS_PER_CPU for the test runs, see if this makes the

breaks happen less randomly.
0.6.5-rc1
Sean Dague 2009-03-30 18:49:01 +00:00
parent 176f263d23
commit 6d48c2422e
2 changed files with 2 additions and 0 deletions

View File

@ -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" />

View File

@ -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>