Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2020 06:52:49 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r358371 - user/pho/stress2/misc
Message-ID:  <202002270652.01R6qnRV079014@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Thu Feb 27 06:52:48 2020
New Revision: 358371
URL: https://svnweb.freebsd.org/changeset/base/358371

Log:
  Limit runtime.

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

Modified: user/pho/stress2/misc/marcus.sh
==============================================================================
--- user/pho/stress2/misc/marcus.sh	Thu Feb 27 06:40:03 2020	(r358370)
+++ user/pho/stress2/misc/marcus.sh	Thu Feb 27 06:52:48 2020	(r358371)
@@ -42,7 +42,7 @@ newfs $newfs_flags md${mdstart}$part > /dev/null
 mount /dev/md${mdstart}$part $mntpoint
 chmod 777 $mntpoint
 
-export runRUNTIME=30m
+export runRUNTIME=20m
 export RUNDIR=$mntpoint/stressX
 
 su $testuser -c 'cd ..; ./run.sh marcus.cfg'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002270652.01R6qnRV079014>