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: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v3 43/46] tests/tcg/Makefile: update to be called from Makefile.target
Date: Wed, 25 Apr 2018 11:26:02 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

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...


r~



reply via email to

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