Home
last modified time | relevance | path

Searched refs:kSleepSeconds (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/runtime/
H A Dexec_utils_test.cc118 static constexpr int kSleepSeconds = 5; in TEST_F() local
120 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_F()
128 static constexpr int kSleepSeconds = 1; in TEST_F() local
130 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_F()