Message ID | 20110718075333.29595.98454.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/client.py' --- lava_dispatcher/client.py 2011-06-27 04:55:08 +0000 +++ lava_dispatcher/client.py 2011-07-01 06:08:43 +0000 @@ -117,7 +117,7 @@ else: return False - def wait_network_up(self, timeout=60): + def wait_network_up(self, timeout=120): now = time.time() while time.time() < now+timeout: if self.check_network_up():