Change run* timeout=-1 -> timeout=30
authorJeff Quast <contact@jeffquast.com>
Tue, 25 Nov 2014 07:27:52 +0000 (23:27 -0800)
committerJeff Quast <contact@jeffquast.com>
Tue, 25 Nov 2014 07:27:52 +0000 (23:27 -0800)
commit5e3e8cb36b55267688dd91b1b5c14ebfa8e061ee
tree0252ad97984a39397fa09770052eaf4dd944fa15
parent4382f40f69eb7bdd84f0b46282f2cbbb65c5552b
Change run* timeout=-1 -> timeout=30

Leave the "if timeout == -1" in spawn intact, for any
poor fool who explicitly set timeout of -1 to implicitly
mean timeout of 30.
pexpect/__init__.py