Module Name: src Committed By: gson Date: Fri May 31 15:36:10 UTC 2019
Modified Files: src/tests/net/if_bridge: t_rtable.sh Log Message: Increase the timeout for the manyaddrs test case; the default is often insufficient under qemu. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/net/if_bridge/t_rtable.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/net/if_bridge/t_rtable.sh diff -u src/tests/net/if_bridge/t_rtable.sh:1.4 src/tests/net/if_bridge/t_rtable.sh:1.5 --- src/tests/net/if_bridge/t_rtable.sh:1.4 Fri Nov 9 06:45:03 2018 +++ src/tests/net/if_bridge/t_rtable.sh Fri May 31 15:36:10 2019 @@ -1,4 +1,4 @@ -# $NetBSD: t_rtable.sh,v 1.4 2018/11/09 06:45:03 ozaki-r Exp $ +# $NetBSD: t_rtable.sh,v 1.5 2019/05/31 15:36:10 gson Exp $ # # Copyright (c) 2017 Internet Initiative Japan Inc. # All rights reserved. @@ -447,6 +447,7 @@ bridge_rtable_manyaddrs_head() atf_set "descr" "Tests brconfig addr under many MAC addresses" atf_set "require.progs" "rump_server" + atf_set "timeout" "1200" } bridge_rtable_manyaddrs_body()