From 26b2a85a045cdb3adffc10f4184a825d1b2222e3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 23 Oct 2000 16:53:00 +0000 Subject: [PATCH] (TIMEOUT): Override default timeout. --- linuxthreads/Examples/ex14.c | 1 + 1 file changed, 1 insertion(+) diff --git a/linuxthreads/Examples/ex14.c b/linuxthreads/Examples/ex14.c index 4e6e10d..9d2c987 100644 --- a/linuxthreads/Examples/ex14.c +++ b/linuxthreads/Examples/ex14.c @@ -91,6 +91,7 @@ worker (void *arg) #define TEST_FUNCTION do_test () +#define TIMEOUT 60 int do_test (void) { -- 2.7.4