Module Name:    src
Committed By:   gson
Date:           Wed Aug 27 13:32:16 UTC 2014

Modified Files:
        src/tests/lib/librumphijack: t_asyncio.sh

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/librumphijack/t_asyncio.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/librumphijack/t_asyncio.sh
diff -u src/tests/lib/librumphijack/t_asyncio.sh:1.3 src/tests/lib/librumphijack/t_asyncio.sh:1.4
--- src/tests/lib/librumphijack/t_asyncio.sh:1.3	Sun Feb 20 23:45:46 2011
+++ src/tests/lib/librumphijack/t_asyncio.sh	Wed Aug 27 13:32:16 2014
@@ -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 @@ atf_test_case invafd cleanup
 invafd_head()
 {
         atf_set "descr" "poll on invalid rump fd"
-	atf_set "timeout" "4"
+	atf_set "timeout" "10"
 }
 
 invafd_body()

Reply via email to