changeset 38:f930285dfe5a

1Hz is often so slow to test, let's make it a bit less extreme
author Chris Cannam
date Sat, 26 Jul 2014 10:44:19 +0100
parents a835f9cf3a3d
children 07144cdcbedf
files TestInitialise.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TestInitialise.cpp	Sat Jul 26 10:23:04 2014 +0100
+++ b/TestInitialise.cpp	Sat Jul 26 10:44:19 2014 +0100
@@ -66,7 +66,7 @@
 TestSampleRates::test(string key, Options options)
 {
     int rates[] =
-        { 1, 800, 10099, 11024, 44100, 48000, 96000, 192000, 201011, 1094091 };
+        { 11, 800, 10099, 11024, 44100, 48000, 96000, 192000, 201011, 1094091 };
 
     Results r;