13
0

Reduce run time/output of PBD::Timer unit test

This commit is contained in:
Tim Mayberry 2015-03-08 22:44:30 +10:00
parent f694b867c1
commit 3b57d246d7

View File

@ -106,7 +106,7 @@ private:
{ return rapid2_timer_usecs () / 1000; }
static guint64 test_length_ms ()
{ return 10 * 1000; }
{ return 2 * 1000; }
std::string m_current_test_name;