]> hydra-www.ietfng.org Git - acmetensortoys-esp-lua_core/commitdiff
pushvia.expect: raise timeout to 15 seconds
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Sat, 29 Jul 2017 20:11:19 +0000 (16:11 -0400)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Mon, 31 Jul 2017 11:59:12 +0000 (07:59 -0400)
host/pushvia.expect

index 981d43bbeb059fa07652f5017825d896358ffc21..1c80c5aaf4de6cdead0956d2dc864031090a386c 100755 (executable)
@@ -7,7 +7,7 @@ package require Tcl 8
 package require base64 "2.4.2"
 
 proc docmd {sid cmd} {
-  set timeout 5
+  set timeout 15
 
   send -i ${sid} ${cmd}
   expect {