File diff 95acd19ee98c → ca186b9b6ba1
functional_tests/base.py
Show inline comments
 
@@ -89,7 +89,7 @@ def run_interactive_command(prompt_answers, command, *args):
 
    # stdout/stderr.
 
    output_stream = io.StringIO()
 
    send_stream = io.StringIO()
 
    process = pexpect.spawnu(command, list(args), timeout=2)
 
    process = pexpect.spawnu(command, list(args), timeout=4)
 
    process.logfile_read = output_stream
 
    process.logfile_send = send_stream