Re: [Qemu-devel] [PATCH] tests/boot-serial-test: Bump timeout to 6 minutes

2018-08-20 Thread Thomas Huth
On 2018-08-20 10:45, Peter Maydell wrote: > On 20 August 2018 at 07:21, Thomas Huth wrote: >> On 2018-08-18 12:10, Peter Maydell wrote: >>> On 18 August 2018 at 10:07, Thomas Huth wrote: 6 minutes is really a lot already. I guess most users will hit CTRL-C before waiting so long if ther

Re: [Qemu-devel] [PATCH] tests/boot-serial-test: Bump timeout to 6 minutes

2018-08-20 Thread Peter Maydell
On 20 August 2018 at 07:21, Thomas Huth wrote: > On 2018-08-18 12:10, Peter Maydell wrote: >> On 18 August 2018 at 10:07, Thomas Huth wrote: >>> 6 minutes is really a lot already. I guess most users will hit CTRL-C >>> before waiting so long if there is a realy problem here ... If the >>> current

Re: [Qemu-devel] [PATCH] tests/boot-serial-test: Bump timeout to 6 minutes

2018-08-19 Thread Thomas Huth
On 2018-08-18 12:10, Peter Maydell wrote: > On 18 August 2018 at 10:07, Thomas Huth wrote: >> 6 minutes is really a lot already. I guess most users will hit CTRL-C >> before waiting so long if there is a realy problem here ... If the >> current tests just takes a little bit more than 1 minute on t

Re: [Qemu-devel] [PATCH] tests/boot-serial-test: Bump timeout to 6 minutes

2018-08-18 Thread Peter Maydell
On 18 August 2018 at 10:07, Thomas Huth wrote: > 6 minutes is really a lot already. I guess most users will hit CTRL-C > before waiting so long if there is a realy problem here ... If the > current tests just takes a little bit more than 1 minute on the Sparc > machine, maybe 2 or 3 minutes would

Re: [Qemu-devel] [PATCH] tests/boot-serial-test: Bump timeout to 6 minutes

2018-08-18 Thread Thomas Huth
On 2018-08-17 18:14, Peter Maydell wrote: > On a SPARC host that I'm using as a build test machine, the > boot-serial-test for the SPARC guest machines takes about 65 > seconds to execute. This means that it hits the current > 60 second timer on these tests. Push the timeout up so > that it doesn't

Re: [Qemu-devel] [PATCH] tests/boot-serial-test: Bump timeout to 6 minutes

2018-08-17 Thread Mark Cave-Ayland
On 17/08/18 17:14, Peter Maydell wrote: > On a SPARC host that I'm using as a build test machine, the > boot-serial-test for the SPARC guest machines takes about 65 > seconds to execute. This means that it hits the current > 60 second timer on these tests. Push the timeout up so > that it doesn't

[Qemu-devel] [PATCH] tests/boot-serial-test: Bump timeout to 6 minutes

2018-08-17 Thread Peter Maydell
On a SPARC host that I'm using as a build test machine, the boot-serial-test for the SPARC guest machines takes about 65 seconds to execute. This means that it hits the current 60 second timer on these tests. Push the timeout up so that it doesn't trigger spuriously on slow hosts like this one. Si