Searched refs:PIP_RETRY (Results 1 – 2 of 2) sorted by relevance
67 protected static int PIP_RETRY = 3; field in VtsPythonVirtualenvPreparer257 for (int try_count = 0; try_count < PIP_RETRY + 1; try_count++) { in installDeps()286 for (int retry_count = 0; retry_count < PIP_RETRY + 1; retry_count++) { in installDeps()470 for (int try_count = 0; try_count < PIP_RETRY + 1; try_count++) { in createVirtualenv()
151 VtsPythonVirtualenvPreparer.PIP_RETRY = 0; in setUp()