qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 43/46] tests/tcg/Makefile: update to be calle


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH v3 43/46] tests/tcg/Makefile: update to be called from Makefile.target
Date: Thu, 26 Apr 2018 10:30:54 +0100
User-agent: mu4e 1.1.0; emacs 26.1

Richard Henderson <address@hidden> writes:

> On 04/24/2018 05:24 AM, Alex Bennée wrote:
>> +run-%: %
>> +    $(call quiet-command, $(QEMU) $< > $<.out, "TEST", "$< on 
>> $(TARGET_NAME)")
>
> I've just had an x86_64 guest test run for 70 minutes.  We need to limit the
> amount of time spent here in some way, with excessive time reported as test
> failure.
>
> One potential way would be to add "ulimit -t $TIMEOUT" to the subshell before
> running qemu.  A default TIMEOUT might be e.g. 15 seconds.  I'm not sure what
> we should expect for the largest test on the smallest hosts...

Sounds reasonable - test-i386-fprem is probably the longest - I'm not
sure it needs to be so exhaustive.

>
>
> r~


--
Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]