Reduce number of simultaneously waking threads to 3,
[pintos-anon] / src / tests / threads / alarm-simultaneous.c
index 7db54181e7042fc6466030f6b3c97080a0e96f82..4ba3651f44cba4a3fca97bd6f7fe7915b286568f 100644 (file)
@@ -15,7 +15,7 @@ static void test_sleep (int thread_cnt, int iterations);
 void
 test_alarm_simultaneous (void) 
 {
-  test_sleep (5, 5);
+  test_sleep (3, 5);
 }
 
 /* Information about the test. */