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

Peter Holm pho at FreeBSD.org
Thu Dec 26 09:09:53 UTC 2013


Author: pho
Date: Thu Dec 26 09:09:52 2013
New Revision: 259911
URL: http://svnweb.freebsd.org/changeset/base/259911

Log:
  Added a timeout to this test.
  
  Sponsored by:	EMC / Isilon storage division

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

Modified: user/pho/stress2/misc/sendfile2.sh
==============================================================================
--- user/pho/stress2/misc/sendfile2.sh	Thu Dec 26 07:10:54 2013	(r259910)
+++ user/pho/stress2/misc/sendfile2.sh	Thu Dec 26 09:09:52 2013	(r259911)
@@ -89,6 +89,7 @@ main () {
         off_t sent = 0;
         int chunk;
 
+	alarm(120);
         s = socket(AF_INET, SOCK_STREAM, 0);
         bzero(&addr, sizeof(addr));
         addr.sin_family = AF_INET;


More information about the svn-src-user mailing list