mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Reduce runtime of test 083, unilaterally, it can still do its thing at shortened runtimes.
Merge of xfs-cmds-melb:slinx:20092a by kenmcd.
This commit is contained in:
@@ -102,13 +102,7 @@ echo "*** test out-of-space handling for random write operations"
|
||||
filesize=100m
|
||||
agcount=6
|
||||
numprocs=15
|
||||
|
||||
if [ $HOSTOS = "IRIX" ]; then
|
||||
# for 10000 ops was taking 30mins on my IRIX box
|
||||
numops=1000
|
||||
else
|
||||
numops=10000
|
||||
fi
|
||||
numops=2000
|
||||
|
||||
workout $filesize $agcount $numprocs $numops
|
||||
|
||||
|
||||
Reference in New Issue
Block a user