Revert unneeded change

This commit is contained in:
Joseph Schorr 2014-03-28 22:04:30 -04:00 committed by shin-
parent 9ae3bcd2f3
commit 156d14efd1
1 changed files with 1 additions and 1 deletions

View File

@ -843,7 +843,7 @@ class TestLoadJSONConfig(BaseTestCase):
class TestConnectionTimeout(unittest.TestCase):
def setUp(self):
self.timeout = 0.5
self.client = docker.client.Client(base_url='http://localhost:4243',
self.client = docker.client.Client(base_url='http://192.168.10.2:4243',
timeout=self.timeout)
def runTest(self):