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-aio.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'rt/tst-aio.c') diff --git a/rt/tst-aio.c b/rt/tst-aio.c index f3b51d2..7d864d2 100644 --- a/rt/tst-aio.c +++ b/rt/tst-aio.c @@ -34,9 +34,6 @@ extern int do_test (int argc, char *argv[]); /* We have a preparation function. */ #define PREPARE do_prepare -/* We might need a bit longer timeout. */ -#define TIMEOUT 20 /* sec */ - /* This defines the `main' function and some more. */ #include -- cgit v1.1