From 68c295a4776b5e2d1062d02310fd5e8b388cd05f Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Thu, 11 Nov 2004 13:38:36 +0000 Subject: [PATCH] Reduce runtime of test 083, unilaterally, it can still do its thing at shortened runtimes. Merge of xfs-cmds-melb:slinx:20095a by kenmcd. --- 083 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/083 b/083 index d5aca8fc..aa0e7e27 100755 --- a/083 +++ b/083 @@ -102,7 +102,7 @@ echo "*** test out-of-space handling for random write operations" filesize=100m agcount=6 numprocs=15 -numops=2000 +numops=1500 workout $filesize $agcount $numprocs $numops -- 2.39.5