summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cxmanage_api/tftp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cxmanage_api/tftp.py b/cxmanage_api/tftp.py
index 58b6cee..59e9774 100644
--- a/cxmanage_api/tftp.py
+++ b/cxmanage_api/tftp.py
@@ -85,7 +85,7 @@ class InternalTftp(Thread):
# Get the port we actually hosted on
if port == 0:
- deadline = datetime.now() + timedelta(seconds=1)
+ deadline = datetime.now() + timedelta(seconds=10)
while datetime.now() < deadline:
try:
self.port = self.server.sock.getsockname()[1]