Changed session sync timeout to 2 seconds.
This commit is contained in:
parent
31687b8a05
commit
bb808174e3
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class TelnetProtocol(Telnet, StatefulTelnetProtocol, Session):
|
||||||
# until coming up with a more elegant solution /Griatch
|
# until coming up with a more elegant solution /Griatch
|
||||||
|
|
||||||
from src.utils.utils import delay
|
from src.utils.utils import delay
|
||||||
delay(5, callback=self.handshake_done, retval=True)
|
delay(2, callback=self.handshake_done, retval=True)
|
||||||
|
|
||||||
def handshake_done(self, force=False):
|
def handshake_done(self, force=False):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue