Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/remote/
DGcsRemoteFileResolver.java111 String timeoutStringValue = queryArgs.get(RETRY_TIMEOUT_MS_ARG); in fetchResourceWithRetry() local
112 if (timeoutStringValue == null) { in fetchResourceWithRetry()
116 long timeout = System.currentTimeMillis() + Long.parseLong(timeoutStringValue); in fetchResourceWithRetry()