Skip to content

Commit

Permalink
suggested fix from Debian (142937)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoby committed Mar 8, 2024
1 parent 76ca2c6 commit 3b6bfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Expect.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2324,7 +2324,7 @@ from fileno 7) or `STDIN'. Useful for debugging.
=item $object->restart_timeout_upon_receive(0 | 1)
If this is set to 1, the expect timeout is retriggered whenever something
is received from the spawned command. This allows to perform some
is received from the spawned command. This allows one to perform some
aliveness testing and still expect for patterns.
$exp->restart_timeout_upon_receive(1);
Expand Down

0 comments on commit 3b6bfb4

Please sign in to comment.