Index: tests/concurrent/.expect/monitor.txt
===================================================================
--- tests/concurrent/.expect/monitor.txt	(revision ae663481b425267fa525cf57f1c7d142873a3514)
+++ tests/concurrent/.expect/monitor.txt	(revision b72bc04331734eaf4d2abd3082b4259aee79b851)
@@ -1,1 +1,1 @@
-4000000
+3000000
Index: tests/concurrent/monitor.cfa
===================================================================
--- tests/concurrent/monitor.cfa	(revision ae663481b425267fa525cf57f1c7d142873a3514)
+++ tests/concurrent/monitor.cfa	(revision b72bc04331734eaf4d2abd3082b4259aee79b851)
@@ -29,5 +29,5 @@
 
 void main( MyThread & this ) {
-	for(int i = 0; i < 1_000_000; i++) {
+	for(int i = 0; i < 750_000; i++) {
 		increment( global );
 	}
