Author: martin
Date: 2007-01-24 11:21:02 -0500 (Wed, 24 Jan 2007)
New Revision: 71607

Modified:
   trunk/debugger/test/src/TestMultiThread.cs
Log:
Use 100ms, not 40.

Modified: trunk/debugger/test/src/TestMultiThread.cs
===================================================================
--- trunk/debugger/test/src/TestMultiThread.cs  2007-01-24 16:18:27 UTC (rev 
71606)
+++ trunk/debugger/test/src/TestMultiThread.cs  2007-01-24 16:21:02 UTC (rev 
71607)
@@ -17,7 +17,7 @@
 
        void Loop ()
        {
-               Thread.Sleep (Seconds * 40);
+               Thread.Sleep (Seconds * 100);
        }
 
        public int Test ()

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to