summaryrefslogtreecommitdiff
path: root/libio/tst-memstream2.c
diff options
context:
space:
mode:
authorChung-Lin Tang <cltang@codesourcery.com>2015-02-22 01:05:02 -0800
committerChung-Lin Tang <cltang@codesourcery.com>2015-02-22 01:05:02 -0800
commit9529611240b612fec59e289673d05f83396aede4 (patch)
tree5d9439ae9e3293393e0feeaf1f682b8b387d0449 /libio/tst-memstream2.c
parent4a4839c94a4c93ffc0d5b95c69a08b02a57007f2 (diff)
Adjust timeouts for some tests, to accommodate slow processors,
often without FPUs.
Diffstat (limited to 'libio/tst-memstream2.c')
-rw-r--r--libio/tst-memstream2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/tst-memstream2.c b/libio/tst-memstream2.c
index 9619d7725d..cbea4b2f97 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"