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

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

Completed in 345 milliseconds