Re: Honor timeout in lib/rsh.exp:rsh_exec

2016-02-14 Thread Ben Elliston
> > On 09/28/2014 10:36 AM, Maxim Kuvyrkov wrote: > >> This patch fixes an issue that rsh_exec does bails on tests in > > just 10sec, even when board specifies a longer timeout. The > > problem is that lib/rsh.exp:rsh_exec (which is called via > > remote.exp:remote_exec) reads its timeout from gl

Re: Honor timeout in lib/rsh.exp:rsh_exec

2014-09-29 Thread Ben Elliston
On Mon, Sep 29, 2014 at 11:12:25AM +0400, Maxim Kuvyrkov wrote: > This patch fixes an issue that rsh_exec does bails on tests in just > 10sec, even when board specifies a longer timeout. The problem is > that lib/rsh.exp:rsh_exec (which is called via > remote.exp:remote_exec) reads its timeout fr

Re: Honor timeout in lib/rsh.exp:rsh_exec

2014-09-29 Thread Maxim Kuvyrkov
On Sep 29, 2014, at 1:26 AM, Rob Savoye wrote: > On 09/28/2014 10:36 AM, Maxim Kuvyrkov wrote: >> This patch fixes an issue that rsh_exec does bails on tests in just 10sec, >> even when board specifies a longer timeout. The problem is that >> lib/rsh.exp:rsh_exec (which is called via remote.ex

Re: Honor timeout in lib/rsh.exp:rsh_exec

2014-09-28 Thread Rob Savoye
On 09/28/2014 10:36 AM, Maxim Kuvyrkov wrote: > This patch fixes an issue that rsh_exec does bails on tests in just 10sec, > even when board specifies a longer timeout. The problem is that > lib/rsh.exp:rsh_exec (which is called via remote.exp:remote_exec) reads its > timeout from global timeou

Honor timeout in lib/rsh.exp:rsh_exec

2014-09-28 Thread Maxim Kuvyrkov
Hi, This patch fixes an issue that rsh_exec does bails on tests in just 10sec, even when board specifies a longer timeout. The problem is that lib/rsh.exp:rsh_exec (which is called via remote.exp:remote_exec) reads its timeout from global timeout variable, and remote_exec is operating on a loc