Index: tests/unified_locking/.expect/locks.txt
===================================================================
--- tests/unified_locking/.expect/locks.txt	(revision 26a249c936f6af6667e7f64d46e614df00675492)
+++ tests/unified_locking/.expect/locks.txt	(revision 84f49bedb9c6a79b23689cc8740280e9dc07ba5c)
@@ -19,38 +19,2 @@
 Start Test 10: locked condition variable wait/notify with front()
 Done Test 10
-Start Test 11: unlocked condition variable delay wait
-Iteration: 0
-Iteration: 1000
-Iteration: 2000
-Iteration: 3000
-Iteration: 4000
-Iteration: 5000
-Iteration: 6000
-Iteration: 7000
-Iteration: 8000
-Iteration: 9000
-Done Test 11
-Start Test 12: locked condition variable delay wait with unlocked signal
-Iteration: 0
-Iteration: 1000
-Iteration: 2000
-Iteration: 3000
-Iteration: 4000
-Iteration: 5000
-Iteration: 6000
-Iteration: 7000
-Iteration: 8000
-Iteration: 9000
-Done Test 12
-Start Test 13: locked condition variable delay wait with locked signal
-Iteration: 0
-Iteration: 1000
-Iteration: 2000
-Iteration: 3000
-Iteration: 4000
-Iteration: 5000
-Iteration: 6000
-Iteration: 7000
-Iteration: 8000
-Iteration: 9000
-Done Test 13
Index: tests/unified_locking/locks.cfa
===================================================================
--- tests/unified_locking/locks.cfa	(revision 26a249c936f6af6667e7f64d46e614df00675492)
+++ tests/unified_locking/locks.cfa	(revision 84f49bedb9c6a79b23689cc8740280e9dc07ba5c)
@@ -219,5 +219,4 @@
 int main() {
 	processor p[2];
-	wait( c_s, 1`ns );
 	printf("Start Test 1: multi acquisition lock and condition variable single wait/notify\n");
 	{
@@ -281,23 +280,24 @@
 	printf("Done Test 10\n");
 
-	printf("Start Test 11: unlocked condition variable delay wait\n");
-	{
-		T_C_NLWD t1;
-		T_C_WDS t2;
-	}
-	printf("Done Test 11\n");
-
-	printf("Start Test 12: locked condition variable delay wait with unlocked signal\n");
-	{
-		T_C_LWD t1;
-		T_C_WDS t2;
-	}
-	printf("Done Test 12\n");
-
-	printf("Start Test 13: locked condition variable delay wait with locked signal\n");
-	{
-		T_C_LWD t1;
-		T_C_LWDS t2;
-	}
-	printf("Done Test 13\n");
-}
+	// removed to limit test duration. Full test is in long run tests
+	// printf("Start Test 11: unlocked condition variable delay wait\n");
+	// {
+	// 	T_C_NLWD t1;
+	// 	T_C_WDS t2;
+	// }
+	// printf("Done Test 11\n");
+
+	// printf("Start Test 12: locked condition variable delay wait with unlocked signal\n");
+	// {
+	// 	T_C_LWD t1;
+	// 	T_C_WDS t2;
+	// }
+	// printf("Done Test 12\n");
+
+	// printf("Start Test 13: locked condition variable delay wait with locked signal\n");
+	// {
+	// 	T_C_LWD t1;
+	// 	T_C_LWDS t2;
+	// }
+	// printf("Done Test 13\n");
+}
