svn commit: r258517 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Sun Nov 24 09:32:05 UTC 2013


Author: pho
Date: Sun Nov 24 09:32:04 2013
New Revision: 258517
URL: http://svnweb.freebsd.org/changeset/base/258517

Log:
  Make (more) sure that the blast host is down and just very busy.
  
  Sponsored by:	EMC / Isilon storage division

Modified:
  user/pho/stress2/misc/udp.sh

Modified: user/pho/stress2/misc/udp.sh
==============================================================================
--- user/pho/stress2/misc/udp.sh	Sun Nov 24 09:30:45 2013	(r258516)
+++ user/pho/stress2/misc/udp.sh	Sun Nov 24 09:32:04 2013	(r258517)
@@ -35,7 +35,7 @@
 
 . ../default.cfg
 
-ping -c 1 -t 2 $BLASTHOST > /dev/null 2>&1 ||
+ping -c 5 -t 2 $BLASTHOST > /dev/null 2>&1 ||
 	{ echo "Can not ping $BLASTHOST"; exit 0; }
 
 export runRUNTIME=10m


More information about the svn-src-user mailing list