Re: [PATCH v1 03/14] tests/vm: increased max timeout for vm boot.

2020-02-07 Thread Alex Bennée
Robert Foley writes: > Add change to increase timeout waiting for VM to boot. > Needed for some emulation cases where it can take longer > than 5 minutes to boot. > > Signed-off-by: Robert Foley Reviewed-by: Alex Bennée > --- > tests/vm/basevm.py | 7 +++ > 1 file changed, 7

[PATCH v1 03/14] tests/vm: increased max timeout for vm boot.

2020-02-05 Thread Robert Foley
Add change to increase timeout waiting for VM to boot. Needed for some emulation cases where it can take longer than 5 minutes to boot. Signed-off-by: Robert Foley --- tests/vm/basevm.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/tests/vm/basevm.py b/tests/vm/basevm.py index