Re: [PATCH v5 12/12] python/machine.py: change default wait timeout to 3 seconds

2020-07-14 Thread John Snow
On 7/14/20 12:20 AM, Cleber Rosa wrote: > On Fri, Jul 10, 2020 at 01:06:49AM -0400, John Snow wrote: >> Machine.wait() does not appear to be used except in the acceptance tests, >> and an infinite timeout by default in a test suite is not the most helpful. >> >> Change it to 3 seconds, like the

Re: [PATCH v5 12/12] python/machine.py: change default wait timeout to 3 seconds

2020-07-13 Thread Cleber Rosa
On Fri, Jul 10, 2020 at 01:06:49AM -0400, John Snow wrote: > Machine.wait() does not appear to be used except in the acceptance tests, > and an infinite timeout by default in a test suite is not the most helpful. > > Change it to 3 seconds, like the default shutdown timeout. > > Signed-off-by: Jo

Re: [PATCH v5 12/12] python/machine.py: change default wait timeout to 3 seconds

2020-07-13 Thread Philippe Mathieu-Daudé
On 7/10/20 7:06 AM, John Snow wrote: > Machine.wait() does not appear to be used except in the acceptance tests, > and an infinite timeout by default in a test suite is not the most helpful. > > Change it to 3 seconds, like the default shutdown timeout. > > Signed-off-by: John Snow > --- > pyth

[PATCH v5 12/12] python/machine.py: change default wait timeout to 3 seconds

2020-07-09 Thread John Snow
Machine.wait() does not appear to be used except in the acceptance tests, and an infinite timeout by default in a test suite is not the most helpful. Change it to 3 seconds, like the default shutdown timeout. Signed-off-by: John Snow --- python/qemu/machine.py | 4 ++-- 1 file changed, 2 insert