summaryrefslogtreecommitdiff
path: root/test/test_seeking.sh
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2012-02-26 12:19:39 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2012-02-26 12:19:39 +1100
commit774e0776a53ca363e58040caff603463ee6e14fc (patch)
tree0216567792f1abfa70523a5af48beee35999d5ba /test/test_seeking.sh
parent21a4f653e19314e44756c9231c3dfc2bdc52c93f (diff)
downloadflac-774e0776a53ca363e58040caff603463ee6e14fc.tar.gz
Speed up the tests by testing slightly fewer combinations.
Diffstat (limited to 'test/test_seeking.sh')
-rwxr-xr-xtest/test_seeking.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_seeking.sh b/test/test_seeking.sh
index f59e665c..94e4de12 100755
--- a/test/test_seeking.sh
+++ b/test/test_seeking.sh
@@ -103,7 +103,7 @@ tiny_seek_count=100
if [ "$FLAC__TEST_LEVEL" -gt 1 ] ; then
small_seek_count=10000
else
- small_seek_count=100000
+ small_seek_count=100
fi
for suffix in '' '-s' ; do