Source-Changes-HG archive

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

[src/trunk]: src/tests/include/sys 2 seconds is too small as timeout on slow ...



details:   https://anonhg.NetBSD.org/src/rev/ff99499d2cea
branches:  trunk
changeset: 806504:ff99499d2cea
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Feb 27 08:30:30 2015 +0000

description:
2 seconds is too small as timeout on slow machines, bump to 10 (my hppa
needs ~5).

diffstat:

 tests/include/sys/t_socket.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 30a463894904 -r ff99499d2cea tests/include/sys/t_socket.c
--- a/tests/include/sys/t_socket.c      Fri Feb 27 04:40:17 2015 +0000
+++ b/tests/include/sys/t_socket.c      Fri Feb 27 08:30:30 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_socket.c,v 1.3 2013/10/19 17:45:00 christos Exp $    */
+/*     $NetBSD: t_socket.c,v 1.4 2015/02/27 08:30:30 martin Exp $      */
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -74,7 +74,7 @@
 ATF_TC_HEAD(cmsg_sendfd, tc)
 {
        atf_tc_set_md_var(tc, "descr", "Checks that fd passing works");
-       atf_tc_set_md_var(tc, "timeout", "2");
+       atf_tc_set_md_var(tc, "timeout", "10");
 }
 
 ATF_TC_BODY(cmsg_sendfd, tc)



Home | Main Index | Thread Index | Old Index