Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,7 @@ def buildlist(self):
continue
self.devlist.append(vals[0])

def waitfordevice(self, timeout=15):
""" Wait up to 15 seconds for a device to become available """
def waitfordevice(self, timeout=2):
count = 0
while count < timeout:
if self.dev in self.devlist:
Expand Down