From e0d64587888519dd850b7593253371a72064b754 Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Sat, 31 May 2008 21:40:01 +0200 Subject: [PATCH] Differentiate sleep invocations between tests --- tests/tests/control_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/control_commands.py b/tests/tests/control_commands.py index cae269e..0aea942 100644 --- a/tests/tests/control_commands.py +++ b/tests/tests/control_commands.py @@ -297,7 +297,7 @@ localhost: appended to the log child.expect(pexpect.EOF) def testPrintReadBuffer(self): - child = launch_gsh(['--ssh=echo message; sleep'] + ['1h'] * 3) + child = launch_gsh(['--ssh=echo message; sleep'] + ['2h'] * 3) child.expect('waiting \(3/3\)> ') child.sendline(':print_read_buffer \t*') for i in xrange(3): -- 2.11.4.GIT