From 3b57d246d773fea6cd646cb08b23c6659a4df181 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sun, 8 Mar 2015 22:44:30 +1000 Subject: Reduce run time/output of PBD::Timer unit test --- libs/pbd/test/timer_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/pbd/test') 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; -- cgit v1.2.3