aboutsummaryrefslogtreecommitdiff
path: root/lib/remote.exp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/remote.exp')
-rw-r--r--lib/remote.exp4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/remote.exp b/lib/remote.exp
index 2d20a61..1fd1010 100644
--- a/lib/remote.exp
+++ b/lib/remote.exp
@@ -214,9 +214,7 @@ proc local_exec { commandline inp outp timeout } {
expect {
-i $spawn_id -timeout $timeout -re ".+" {
append output $expect_out(buffer)
- if { [string length $output] < 512000 } {
- exp_continue -continue_timer
- }
+ exp_continue -continue_timer
}
timeout {
warning "program timed out."