Regression fix #1995 (#2014)

This commit is contained in:
raven02 2016-08-01 19:47:14 +08:00 committed by GitHub
parent e6bd91ada0
commit 61c6f82f74

View File

@ -50,7 +50,7 @@ void lv2_timer_t::on_task()
continue;
}
thread_ctrl::wait_for(100);
thread_ctrl::wait_for(1000);
}
}