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

Peter Holm pho at FreeBSD.org
Tue Dec 10 09:48:10 UTC 2013


Author: pho
Date: Tue Dec 10 09:48:10 2013
New Revision: 259162
URL: http://svnweb.freebsd.org/changeset/base/259162

Log:
  Extend test time.
  
  Sponsored by:	EMC / Isilon storage division

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

Modified: user/pho/stress2/misc/zfs.sh
==============================================================================
--- user/pho/stress2/misc/zfs.sh	Tue Dec 10 09:38:18 2013	(r259161)
+++ user/pho/stress2/misc/zfs.sh	Tue Dec 10 09:48:10 2013	(r259162)
@@ -52,7 +52,7 @@ zpool create tank raidz md$u1 md$u2 md$u
 zfs create tank/test
 
 export RUNDIR=/tank/test/stressX
-export runRUNTIME=10m
+export runRUNTIME=20m
 (cd ..; ./run.sh marcus.cfg) 
 
 zfs destroy -r tank


More information about the svn-src-user mailing list