Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/device_config/
Dguest_device_config.cpp31 static constexpr int kRetryDelaySeconds = 5; variable
79 std::this_thread::sleep_for(std::chrono::seconds(kRetryDelaySeconds)); in Get()