Source-Changes-HG archive

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

[src/trunk]: src/tests/net/if_bridge Increase the timeout for the manyaddrs t...



details:   https://anonhg.NetBSD.org/src/rev/e5c2b9911454
branches:  trunk
changeset: 451719:e5c2b9911454
user:      gson <gson%NetBSD.org@localhost>
date:      Fri May 31 15:36:10 2019 +0000

description:
Increase the timeout for the manyaddrs test case; the default is often
insufficient under qemu.

diffstat:

 tests/net/if_bridge/t_rtable.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8cc6f642f44f -r e5c2b9911454 tests/net/if_bridge/t_rtable.sh
--- a/tests/net/if_bridge/t_rtable.sh   Fri May 31 14:52:17 2019 +0000
+++ b/tests/net/if_bridge/t_rtable.sh   Fri May 31 15:36:10 2019 +0000
@@ -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 @@
 
        atf_set "descr" "Tests brconfig addr under many MAC addresses"
        atf_set "require.progs" "rump_server"
+       atf_set "timeout" "1200"
 }
 
 bridge_rtable_manyaddrs_body()



Home | Main Index | Thread Index | Old Index