Re: [Xen-devel] [PATCH OSSTEST 02/12] Increase boot timer to accomodate to nest test

2015-02-13 Thread Ian Jackson
Hu, Robert writes ("RE: [PATCH OSSTEST 02/12] Increase boot timer to accomodate to nest test"): > > Robert Ho writes ("[PATCH OSSTEST 02/12] Increase boot timer to accomodate > > to nest test"): > > > In nested test case, guest boot will take more time. > > > Increase the timer to 200 seconds. >

Re: [Xen-devel] [PATCH OSSTEST 02/12] Increase boot timer to accomodate to nest test

2015-02-13 Thread Hu, Robert
> -Original Message- > From: Ian Jackson [mailto:ian.jack...@eu.citrix.com] > Sent: Wednesday, February 11, 2015 10:47 PM > To: Hu, Robert > Cc: xen-devel@lists.xen.org; jfeh...@suse.com; wei.l...@citrix.com; > ian.campb...@citrix.com; Pang, LongtaoX > Subject: Re: [PATCH OSSTEST 02/12] In

Re: [Xen-devel] [PATCH OSSTEST 02/12] Increase boot timer to accomodate to nest test

2015-02-11 Thread Ian Jackson
Robert Ho writes ("[PATCH OSSTEST 02/12] Increase boot timer to accomodate to nest test"): > In nested test case, guest boot will take more time. > Increase the timer to 200 seconds. Can we make this conditional somehow ? I think it should probably be picked up from a runvar. We don't currentl

[Xen-devel] [PATCH OSSTEST 02/12] Increase boot timer to accomodate to nest test

2015-02-11 Thread Robert Ho
In nested test case, guest boot will take more time. Increase the timer to 200 seconds. --- Osstest/TestSupport.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index c4da8ce..f3c515e 100644 --- a/Osstest/TestSupport.pm +++