summaryrefslogtreecommitdiff
path: root/libs/pbd/test
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-03-08 22:44:30 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-03-08 22:46:38 +1000
commit3b57d246d773fea6cd646cb08b23c6659a4df181 (patch)
treee53712ce520b2a389f6e566a075f022b843e3e45 /libs/pbd/test
parentf694b867c1eaa8b959db2f17a894900d0a972738 (diff)
Reduce run time/output of PBD::Timer unit test
Diffstat (limited to 'libs/pbd/test')
-rw-r--r--libs/pbd/test/timer_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/test/timer_test.h b/libs/pbd/test/timer_test.h
index 75bcfdb3d1..1da069fdba 100644
--- a/libs/pbd/test/timer_test.h
+++ b/libs/pbd/test/timer_test.h
@@ -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;