From ce5a7de6cd1479a1e78fda0db023bd4effa072a4 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 16 Oct 2018 17:45:02 +0200 Subject: Don't reduce test timeout to less than default This removes all overrides of TIMEOUT that are less than or equal to the default timeout. --- rt/tst-mqueue2.c | 1 - 1 file changed, 1 deletion(-) (limited to 'rt/tst-mqueue2.c') diff --git a/rt/tst-mqueue2.c b/rt/tst-mqueue2.c index bc15e29..3e49a9e 100644 --- a/rt/tst-mqueue2.c +++ b/rt/tst-mqueue2.c @@ -35,7 +35,6 @@ alrm_handler (int sig) { } -#define TIMEOUT 10 #define TEST_FUNCTION do_test () static int do_test (void) -- cgit v1.1