# HG changeset patch # User Chris Cannam # Date 1406367859 -3600 # Node ID f930285dfe5aa504da1c0dfc5bcc5a0cf441ac30 # Parent a835f9cf3a3d124f1ea5fe3835cf0bcd06a024a1 1Hz is often so slow to test, let's make it a bit less extreme diff -r a835f9cf3a3d -r f930285dfe5a TestInitialise.cpp --- 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;