Home
last modified time | relevance | path

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

/external/autotest/database/
Ddatabase_connection.py243 def _reached_max_attempts(self, num_attempts): argument
245 num_attempts > self.max_reconnect_attempts)
255 num_attempts = 0
263 num_attempts += 1
266 if self._reached_max_attempts(num_attempts):
/external/oss-fuzz/infra/cifuzz/
Dclusterfuzz_deployment.py147 def download_url(url, filename, num_attempts=3): argument
162 for _ in range(num_attempts):
176 logging.error('Failed to download %s, %d times.', url, num_attempts)
/external/skqp/infra/bots/recipe_modules/flavor/
Dios.py46 num_attempts = 2
47 self.m.run.with_retry(self.m.step, 'install_' + app_name, num_attempts,
/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py52 num_attempts = os.path.join(self._UPDATE_ENGINE_PREFS_DIR,
55 self._hosts[1].run('echo 11 > %s' % num_attempts)
57 self._hosts[1].run('rm %s' % num_attempts, ignore_status=True)
/external/skia/infra/bots/recipe_modules/flavor/
Dios.py110 num_attempts = 2
112 num_attempts,
/external/autotest/site_utils/rpm_control_system/
Drpm_controller.py394 num_attempts = 0
395 while num_attempts < RPMController.HYDRA_MAX_CONNECT_RETRIES:
406 num_attempts += 1
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py2014 num_attempts = 1 variable
2016 num_attempts = 5 variable
2017 for i in range(num_attempts):
2028 'attempts' % num_attempts)