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. --- benchtests/bench-strtod.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'benchtests') diff --git a/benchtests/bench-strtod.c b/benchtests/bench-strtod.c index e66f31a2c7..1b74e63729 100644 --- a/benchtests/bench-strtod.c +++ b/benchtests/bench-strtod.c @@ -114,7 +114,4 @@ do_bench (void) #define TEST_FUNCTION do_bench () -/* On slower platforms this test needs more than the default 2 seconds. */ -#define TIMEOUT 10 - #include "../test-skeleton.c" -- cgit 1.4.1