From 6d48c2422e6ac938f53d7fa5da518621ddb85f02 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 30 Mar 2009 18:49:01 +0000
Subject: set MONO_THREADS_PER_CPU for the test runs, see if this makes the
 breaks happen less randomly.

---
 .nant/local.include | 1 +
 1 file changed, 1 insertion(+)

(limited to '.nant/local.include')

diff --git a/.nant/local.include b/.nant/local.include
index 839c79b..58285bb 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -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>
-- 
cgit v1.1