From 9529611240b612fec59e289673d05f83396aede4 Mon Sep 17 00:00:00 2001 From: Chung-Lin Tang Date: Sun, 22 Feb 2015 01:05:02 -0800 Subject: Adjust timeouts for some tests, to accommodate slow processors, often without FPUs. --- libio/tst-memstream2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libio') diff --git a/libio/tst-memstream2.c b/libio/tst-memstream2.c index 9619d77..cbea4b2 100644 --- a/libio/tst-memstream2.c +++ b/libio/tst-memstream2.c @@ -100,5 +100,6 @@ do_test (void) return 0; } +#define TIMEOUT 100 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" -- cgit v1.1