Tweak the test setting

master
Thomas Sileo 2018-05-27 22:43:46 +02:00
rodzic 942d12a7c7
commit 443378a057
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ class Instance(object):
self.host_url = host_url
self.docker_url = docker_url or host_url
self.session = requests.Session()
self._create_delay = 8
self._create_delay = 10
def _do_req(self, url, headers):
url = url.replace(self.docker_url, self.host_url)