diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 76: increase network detecting wait timeout for some board needs more time to prepare the network

Message ID 20110718075333.29595.98454.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Spring Zhang July 18, 2011, 7:53 a.m. UTC
Merge authors:
  Spring Zhang (qzhang)
Related merge proposals:
  https://code.launchpad.net/~qzhang/lava-dispatcher/increase-network-timeout/+merge/66551
  proposed by: Spring Zhang (qzhang)
  review: Approve - Paul Larson (pwlars)
------------------------------------------------------------
revno: 76 [merge]
committer: Spring Zhang <spring.zhang@linaro.org>
branch nick: lava-dispatcher
timestamp: Mon 2011-07-18 15:51:27 +0800
message:
  increase network detecting wait timeout for some board needs more time to prepare the network
modified:
  lava_dispatcher/client.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== 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():