Index: /trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
===================================================================
--- /trunk/src/VBox/Frontends/VBoxShell/vboxshell.py	(revision 27538)
+++ /trunk/src/VBox/Frontends/VBoxShell/vboxshell.py	(revision 27539)
@@ -372,6 +372,7 @@
 
     port = int(port)
+    maxDowntime = 250
     print "Teleporting to %s:%d..." %(host,port)
-    progress = console.teleport(host, port, passwd)
+    progress = console.teleport(host, port, passwd, maxDowntime)
     progressBar(ctx, progress, 100)
     completed = progress.completed
