mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Reduce run time/output of PBD::Timer unit test
This commit is contained in:
parent
f694b867c1
commit
3b57d246d7
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ private:
|
||||||
{ return rapid2_timer_usecs () / 1000; }
|
{ return rapid2_timer_usecs () / 1000; }
|
||||||
|
|
||||||
static guint64 test_length_ms ()
|
static guint64 test_length_ms ()
|
||||||
{ return 10 * 1000; }
|
{ return 2 * 1000; }
|
||||||
|
|
||||||
std::string m_current_test_name;
|
std::string m_current_test_name;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue