From ef0ad195c3cbfb810eb243563bebf4aed2d858c7 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 14 Oct 2004 03:58:07 +0000 Subject: [PATCH] Should iterate 10 times not 5. --- src/tests/threads/p1-3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/threads/p1-3.c b/src/tests/threads/p1-3.c index 2c3530d..92203f1 100644 --- a/src/tests/threads/p1-3.c +++ b/src/tests/threads/p1-3.c @@ -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); -- 2.30.2