Message ID | 20111116035415.27868.60432.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/client.py' --- lava_dispatcher/client.py 2011-10-27 09:11:47 +0000 +++ lava_dispatcher/client.py 2011-11-16 03:51:11 +0000 @@ -182,7 +182,7 @@ else: return False - def wait_network_up(self, timeout=120): + def wait_network_up(self, timeout=300): now = time.time() while time.time() < now+timeout: if self.check_network_up():