Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/librumphijack The 4 second timeout of the invafd t...



details:   https://anonhg.NetBSD.org/src/rev/5a0b1cae8770
branches:  trunk
changeset: 802002:5a0b1cae8770
user:      gson <gson%NetBSD.org@localhost>
date:      Wed Aug 27 13:32:16 2014 +0000

description:
The 4 second timeout of the invafd test case is not always enough when
running under qemu; increase it to 10 seconds.

diffstat:

 tests/lib/librumphijack/t_asyncio.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c30e0860ac37 -r 5a0b1cae8770 tests/lib/librumphijack/t_asyncio.sh
--- a/tests/lib/librumphijack/t_asyncio.sh      Wed Aug 27 13:21:15 2014 +0000
+++ b/tests/lib/librumphijack/t_asyncio.sh      Wed Aug 27 13:32:16 2014 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: t_asyncio.sh,v 1.3 2011/02/20 23:45:46 pooka Exp $
+#       $NetBSD: t_asyncio.sh,v 1.4 2014/08/27 13:32:16 gson Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -70,7 +70,7 @@
 invafd_head()
 {
         atf_set "descr" "poll on invalid rump fd"
-       atf_set "timeout" "4"
+       atf_set "timeout" "10"
 }
 
 invafd_body()



Home | Main Index | Thread Index | Old Index