Sat Oct 8 13:23:53 2016 UTC ()
Incrase timeout for the benefit of the walk_list_user test case which
sometimes times out under qemu under Linux, where the timing is more
accurate than under qemu under NetBSD where the the 60 second timeout
typically takes more than 60 seconds to trigger.


(gson)
diff -r1.2 -r1.3 src/tests/fs/ffs/ffs_common.sh

cvs diff -r1.2 -r1.3 src/tests/fs/ffs/ffs_common.sh (expand / switch to context diff)
--- src/tests/fs/ffs/ffs_common.sh 2013/07/29 13:15:24 1.2
+++ src/tests/fs/ffs/ffs_common.sh 2016/10/08 13:23:53 1.3
@@ -1,4 +1,4 @@
-# $NetBSD: ffs_common.sh,v 1.2 2013/07/29 13:15:24 skrll Exp $ 
+# $NetBSD: ffs_common.sh,v 1.3 2016/10/08 13:23:53 gson Exp $ 
 
 create_ffs()
 {
@@ -45,7 +45,7 @@
 
 	eval "${name}_head() { \
 		atf_set "descr" "${descr}"
-		atf_set "timeout" "60"
+		atf_set "timeout" "120"
 	}"
 	eval "${name}_body() { \
 		RUMP_SOCKETS_LIST=\${RUMP_SOCKET}; \