git: 78f718e2c835 - main - stress2: Added timeout for looping mdnsd

Peter Holm pho at FreeBSD.org
Thu Sep 2 07:15:03 UTC 2021


The branch main has been updated by pho:

URL: https://cgit.FreeBSD.org/src/commit/?id=78f718e2c835fa31d784d437ed168791cd2eb88b

commit 78f718e2c835fa31d784d437ed168791cd2eb88b
Author:     Peter Holm <pho at FreeBSD.org>
AuthorDate: 2021-09-02 07:11:01 +0000
Commit:     Peter Holm <pho at FreeBSD.org>
CommitDate: 2021-09-02 07:11:01 +0000

    stress2: Added timeout for looping mdnsd
---
 tools/test/stress2/misc/multicast2.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test/stress2/misc/multicast2.sh b/tools/test/stress2/misc/multicast2.sh
index bd95cd0bd9e6..2d81565a7afb 100755
--- a/tools/test/stress2/misc/multicast2.sh
+++ b/tools/test/stress2/misc/multicast2.sh
@@ -20,7 +20,7 @@ ifconfig vtnet0 delete 2>/dev/null
 ifconfig epair create
 ifconfig epair0a 0/24 up
 ifconfig epair0a destroy
-service mdnsd onestop
+timeout 2m service mdnsd onestop
 
 while pkill swap; do :; done
 wait


More information about the dev-commits-src-all mailing list