From 63bbedd4c213736a88dd863bcbfe91cfe453ce03 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 18 Sep 2012 15:45:57 +0000 Subject: Don't set TIMEOUTFACTOR in sysdeps/wordsize-64/Makefile. --- sysdeps/wordsize-64/tst-writev.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sysdeps/wordsize-64/tst-writev.c') diff --git a/sysdeps/wordsize-64/tst-writev.c b/sysdeps/wordsize-64/tst-writev.c index 49a809cfa6..0bc2f70b64 100644 --- a/sysdeps/wordsize-64/tst-writev.c +++ b/sysdeps/wordsize-64/tst-writev.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2011 Free Software Foundation, Inc. +/* Copyright (C) 2011-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ryan S. Arnold , 2011. @@ -108,5 +108,8 @@ do_test (void) return 0; } +/* Time enough for a large writev syscall to complete. */ +#define TIMEOUT 20 + #define TEST_FUNCTION do_test () #include "../test-skeleton.c" -- cgit 1.4.1