Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/tests/dev/sysmon/t_swwdog.c,v rcsdiff: /ftp/cvs/cvsroot/src/tests/dev/sysmon/t_swwdog.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- src/tests/dev/sysmon/t_swwdog.c 2010/10/24 13:11:41 1.3 +++ src/tests/dev/sysmon/t_swwdog.c 2010/10/24 13:16:12 1.4 @@ -1,4 +1,4 @@ -/* $NetBSD: t_swwdog.c,v 1.3 2010/10/24 13:11:41 pgoyette Exp $ */ +/* $NetBSD: t_swwdog.c,v 1.4 2010/10/24 13:16:12 pgoyette Exp $ */ /* * Copyright (c) 2010 Antti Kantee. All Rights Reserved. @@ -105,7 +105,7 @@ testbody(int max) if (rump_sys_ioctl(fd, WDOGIOC_SMODE, &wm) == -1) atf_tc_fail_errno("failed to set tickle"); - usleep(500000); + usleep(400000); if (max == 1) rump_sys_ioctl(fd, WDOGIOC_TICKLE); else {