Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dbase_cloud_client.py49 RETRY_COUNT = 5 variable in BaseCloudApiClient
88 max_retries=cls.RETRY_COUNT,
197 max_retry = (self.RETRY_COUNT if max_retry is None else max_retry)
287 max_retry=max_retry or self.RETRY_COUNT,
Dbase_cloud_client_test.py117 client.RETRY_COUNT + 1)
119 client.RETRY_COUNT + 1)
154 self.assertEqual(api_mock.execute.call_count, client.RETRY_COUNT + 1)