fix test_time build

This commit is contained in:
Arvid Norberg 2015-03-15 20:47:48 +00:00
parent 8cd5853ceb
commit 33ada6a92d
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ int test_main()
thread t3(boost::bind(&check_timer_loop, boost::ref(m), boost::ref(last), boost::ref(cv)));
thread t4(boost::bind(&check_timer_loop, boost::ref(m), boost::ref(last), boost::ref(cv)));
sleep(100);
test_sleep(100);
cv.notify_all();