Should iterate 10 times not 5.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 14 Oct 2004 03:58:07 +0000 (03:58 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 14 Oct 2004 03:58:07 +0000 (03:58 +0000)
src/tests/threads/p1-3.c

index 2c3530d9a8817d42a1630a50a9d825452cea3f86..92203f18a59fe91482118f4770545d4d534593e5 100644 (file)
@@ -54,7 +54,7 @@ test_fifo (void)
           "If the order varies then there is a bug.\n");
 
   thread_set_priority (PRI_DEFAULT + 2);
-  for (i = 0; i < 5; i++) 
+  for (i = 0; i < 10; i++) 
     {
       char name[16];
       snprintf (name, sizeof name, "%d", i);