summaryrefslogtreecommitdiff
path: root/libs/pbd/test
diff options
context:
space:
mode:
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;