Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandLauncher.java73 private static final Duration MAX_EVENT_RECEIVER_WAIT_TIME = Duration.ofMinutes(10); field in ClusterCommandLauncher
210 MAX_EVENT_RECEIVER_WAIT_TIME.toMillis(), /* wait for connection */ false); in run()