summaryrefslogtreecommitdiff
path: root/pexpect/examples/ssh_tunnel.py
diff options
context:
space:
mode:
Diffstat (limited to 'pexpect/examples/ssh_tunnel.py')
-rw-r--r--pexpect/examples/ssh_tunnel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pexpect/examples/ssh_tunnel.py b/pexpect/examples/ssh_tunnel.py
index 4828a26..c9da889 100644
--- a/pexpect/examples/ssh_tunnel.py
+++ b/pexpect/examples/ssh_tunnel.py
@@ -44,11 +44,11 @@ def main ():
print time.asctime(),
print 'restarting tunnel'
start_tunnel ()
- time.sleep (60)
+ time.sleep (11)
print 'tunnel OK'
else:
# print 'tunnel OK'
- time.sleep (60)
+ time.sleep (7)
if __name__ == '__main__':
main ()