From 3981ad213d75ba71433d22b494e6e0be1e219a74 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 8 May 2014 17:23:26 +0200 Subject: [PATCH] Fix the timer_scope test. Refs #6107 --- test/base-timer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/base-timer.cpp b/test/base-timer.cpp index e6aa1fb31..5b5bc4115 100644 --- a/test/base-timer.cpp +++ b/test/base-timer.cpp @@ -77,6 +77,8 @@ BOOST_AUTO_TEST_CASE(invoke) BOOST_AUTO_TEST_CASE(scope) { + Utility::Sleep(5); + int counter; Timer::Ptr timer = make_shared(); timer->OnTimerExpired.connect(boost::bind(&Callback, &counter)); -- 2.40.0