Home
last modified time | relevance | path

Searched refs:ONE_MINUTE (Results 1 - 3 of 3) sorted by relevance

/test/ostest/wukong/test_flow/src/
H A Dfocus_test_flow.cpp112 const int ONE_MINUTE = 60000; member
530 timerId_ = timer_->Register([this] () { FocusTestFlow::TestTimeout(); }, totalTime_ * ONE_MINUTE, true); in RegisterTimer()
H A Dspecial_test_flow.cpp65 const int ONE_MINUTE = 60000; member
394 timerId_ = timer_->Register([this] () { SpecialTestFlow::TestTimeout(); }, totalTime_ * ONE_MINUTE, true); in RegisterTimer()
H A Drandom_test_flow.cpp118 const int ONE_MINUTE = 60000; member
601 timerId_ = timer_->Register([this] () { RandomTestFlow::TestTimeout(); }, totalTime_ * ONE_MINUTE, true); in RegisterTimer()

Completed in 4 milliseconds