HomeSort by relevance Sort by last modified time
    Searched refs:fetch_timeout (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/cellular_Smoke/
cellular_Smoke.py 75 self.fetch_timeout)
99 fetch_timeout=120):
105 self.fetch_timeout = fetch_timeout
  /external/autotest/client/cros/
network.py 137 def FetchUrl(url_pattern, bytes_to_fetch=10, fetch_timeout=10):
145 @param fetch_timeout: Number of seconds to wait for the fetch to complete
161 result = urllib2.urlopen(url, timeout=fetch_timeout)
173 if fetch_time > fetch_timeout:

Completed in 520 milliseconds