feat/support_fiber #6
@ -85,7 +85,7 @@ TEST_F(CondVarTest, NotifyOne_Wait) {
|
|||||||
TEST_F(CondVarTest, NotifyOne_WaitFor) {
|
TEST_F(CondVarTest, NotifyOne_WaitFor) {
|
||||||
// Wait
|
// Wait
|
||||||
// constexpr auto kWaitTimeoutMs = 100;
|
// constexpr auto kWaitTimeoutMs = 100;
|
||||||
constexpr auto kWaitTimeout = std::chrono::milliseconds(50);
|
constexpr auto kWaitTimeout = std::chrono::milliseconds(100);
|
||||||
auto WaitFor = [&] {
|
auto WaitFor = [&] {
|
||||||
UniqueLock<Mutex> inner_locker(*m);
|
UniqueLock<Mutex> inner_locker(*m);
|
||||||
SetStarted();
|
SetStarted();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user