timeout restart in pexpect

Pankaj pankaj.kr at gmail.com
Wed Mar 3 02:03:31 EST 2010


I am using pexpect to automate some procedures.

My procedures are time cosuming, some messages coming out from that,
in failure cases it will not output anything.

So I would like to give small timeout value but when some message is
received, it should restart the timeout, similar like
"restart_timeout_upon_receive" in perl.

Is it possible in Python using pexpect ?



More information about the Python-list mailing list