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-aio5.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'rt/tst-aio5.c') diff --git a/rt/tst-aio5.c b/rt/tst-aio5.c index 20182a205c..8b51e4dd38 100644 --- a/rt/tst-aio5.c +++ b/rt/tst-aio5.c @@ -23,9 +23,6 @@ #include #include -/* We might need a bit longer timeout. */ -#define TIMEOUT 10 /* sec */ - #define MY_SIVAL 27 volatile sig_atomic_t flag; -- cgit 1.4.1