Skip to content

Commit

Permalink
Speed up xfstests 074
Browse files Browse the repository at this point in the history
This test may take a considerable amount of time for some kernels.
Rather than disabling it entirely just reduce the number of loops
to speed things up.

Signed-off-by: Brian Behlendorf <[email protected]>
  • Loading branch information
behlendorf committed Oct 30, 2015
1 parent 9df6847 commit 79612b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 074
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ if [ $HOSTOS == "IRIX" ]; then
fi
elif [ $HOSTOS == "Linux" ]; then
if uname -a | grep -q SMP; then
numloops=10
numloops=1
numfiles=5
numchildren=3
param_type="Linux SMP"
Expand Down

0 comments on commit 79612b1

Please sign in to comment.