Re: [PATCH] tests/avocado: configure acpi-bits to use avocado timeout

2022-11-18 Thread Ani Sinha
On Fri, Nov 18, 2022 at 1:33 PM Thomas Huth wrote: > > On 18/11/2022 05.05, Ani Sinha wrote: > > On Wed, Nov 16, 2022 at 8:54 AM Ani Sinha wrote: > >> > >> On Wed, Nov 16, 2022 at 2:58 AM John Snow wrote: > >>> > >>> Instead of using a hardcoded timeout, just rely on Avocado's built-in > >>>

Re: [PATCH] tests/avocado: configure acpi-bits to use avocado timeout

2022-11-18 Thread Thomas Huth
On 18/11/2022 05.05, Ani Sinha wrote: On Wed, Nov 16, 2022 at 8:54 AM Ani Sinha wrote: On Wed, Nov 16, 2022 at 2:58 AM John Snow wrote: Instead of using a hardcoded timeout, just rely on Avocado's built-in test case timeout. This helps avoid timeout issues on machines where 60 seconds is

Re: [PATCH] tests/avocado: configure acpi-bits to use avocado timeout

2022-11-17 Thread Ani Sinha
On Wed, Nov 16, 2022 at 8:54 AM Ani Sinha wrote: > > On Wed, Nov 16, 2022 at 2:58 AM John Snow wrote: > > > > Instead of using a hardcoded timeout, just rely on Avocado's built-in > > test case timeout. This helps avoid timeout issues on machines where 60 > > seconds is not sufficient. > > > >

Re: [PATCH] tests/avocado: configure acpi-bits to use avocado timeout

2022-11-16 Thread Ani Sinha
On Thu, Nov 17, 2022 at 5:24 AM Ani Sinha wrote: > > > > On Wed, Nov 16, 2022 at 11:31 PM John Snow wrote: >> >> >> >> On Tue, Nov 15, 2022, 10:24 PM Ani Sinha wrote: >>> >>> On Wed, Nov 16, 2022 at 2:58 AM John Snow wrote: >>> > >>> > Instead of using a hardcoded timeout, just rely on

Re: [PATCH] tests/avocado: configure acpi-bits to use avocado timeout

2022-11-16 Thread Ani Sinha
On Wed, Nov 16, 2022 at 11:31 PM John Snow wrote: > > > On Tue, Nov 15, 2022, 10:24 PM Ani Sinha wrote: > >> On Wed, Nov 16, 2022 at 2:58 AM John Snow wrote: >> > >> > Instead of using a hardcoded timeout, just rely on Avocado's built-in >> > test case timeout. This helps avoid timeout issues

Re: [PATCH] tests/avocado: configure acpi-bits to use avocado timeout

2022-11-16 Thread John Snow
On Tue, Nov 15, 2022, 10:24 PM Ani Sinha wrote: > On Wed, Nov 16, 2022 at 2:58 AM John Snow wrote: > > > > Instead of using a hardcoded timeout, just rely on Avocado's built-in > > test case timeout. This helps avoid timeout issues on machines where 60 > > seconds is not sufficient. > > > >

Re: [PATCH] tests/avocado: configure acpi-bits to use avocado timeout

2022-11-16 Thread Ani Sinha
On Wed, Nov 16, 2022 at 6:02 PM Ani Sinha wrote: > > On Wed, Nov 16, 2022 at 3:07 PM Alex Bennée wrote: > > > > > > Ani Sinha writes: > > > > > On Wed, Nov 16, 2022 at 4:17 AM Alex Bennée > > > wrote: > > >> > > >> > > >> John Snow writes: > > >> > > >> > Instead of using a hardcoded

Re: [PATCH] tests/avocado: configure acpi-bits to use avocado timeout

2022-11-16 Thread Ani Sinha
On Wed, Nov 16, 2022 at 3:07 PM Alex Bennée wrote: > > > Ani Sinha writes: > > > On Wed, Nov 16, 2022 at 4:17 AM Alex Bennée wrote: > >> > >> > >> John Snow writes: > >> > >> > Instead of using a hardcoded timeout, just rely on Avocado's built-in > >> > test case timeout. This helps avoid

Re: [PATCH] tests/avocado: configure acpi-bits to use avocado timeout

2022-11-16 Thread Alex Bennée
Ani Sinha writes: > On Wed, Nov 16, 2022 at 4:17 AM Alex Bennée wrote: >> >> >> John Snow writes: >> >> > Instead of using a hardcoded timeout, just rely on Avocado's built-in >> > test case timeout. This helps avoid timeout issues on machines where 60 >> > seconds is not sufficient. >> > >>

Re: [PATCH] tests/avocado: configure acpi-bits to use avocado timeout

2022-11-15 Thread Ani Sinha
On Wed, Nov 16, 2022 at 4:17 AM Alex Bennée wrote: > > > John Snow writes: > > > Instead of using a hardcoded timeout, just rely on Avocado's built-in > > test case timeout. This helps avoid timeout issues on machines where 60 > > seconds is not sufficient. > > > > Signed-off-by: John Snow > >

Re: [PATCH] tests/avocado: configure acpi-bits to use avocado timeout

2022-11-15 Thread Ani Sinha
On Wed, Nov 16, 2022 at 2:58 AM John Snow wrote: > > Instead of using a hardcoded timeout, just rely on Avocado's built-in > test case timeout. This helps avoid timeout issues on machines where 60 > seconds is not sufficient. > > Signed-off-by: John Snow Reviewed-by: Ani Sinha > --- >

Re: [PATCH] tests/avocado: configure acpi-bits to use avocado timeout

2022-11-15 Thread John Snow
On Tue, Nov 15, 2022, 5:48 PM Alex Bennée wrote: > > John Snow writes: > > > Instead of using a hardcoded timeout, just rely on Avocado's built-in > > test case timeout. This helps avoid timeout issues on machines where 60 > > seconds is not sufficient. > > > > Signed-off-by: John Snow > > ---

Re: [PATCH] tests/avocado: configure acpi-bits to use avocado timeout

2022-11-15 Thread Alex Bennée
John Snow writes: > Instead of using a hardcoded timeout, just rely on Avocado's built-in > test case timeout. This helps avoid timeout issues on machines where 60 > seconds is not sufficient. > > Signed-off-by: John Snow > --- > tests/avocado/acpi-bits.py | 10 ++ > 1 file changed,