svn commit: r259889 - user/pho/stress2/misc
Peter Holm
pho at FreeBSD.org
Wed Dec 25 21:21:30 UTC 2013
Author: pho
Date: Wed Dec 25 21:21:29 2013
New Revision: 259889
URL: http://svnweb.freebsd.org/changeset/base/259889
Log:
Added a timeout for this test.
Sponsored by: EMC / Isilon storage division
Modified:
user/pho/stress2/misc/fts.sh
Modified: user/pho/stress2/misc/fts.sh
==============================================================================
--- user/pho/stress2/misc/fts.sh Wed Dec 25 20:58:02 2013 (r259888)
+++ user/pho/stress2/misc/fts.sh Wed Dec 25 21:21:29 2013 (r259889)
@@ -135,6 +135,7 @@ main(int argc, char **argv)
if (argc != 2)
errx(1, "Usage: %s <path>", argv[0]);
+ alarm(600);
for (i = 0; i < 100; i++)
test(argv[1]);
More information about the svn-src-user
mailing list