On 10/3/18 1:26 AM, Cleber Rosa wrote: [...] >> + :avocado: enable >> + :avocado: tags=x86_64,quick > > Eventually, we'll need to have a predictable definition to, at least, > some of the tags. I mean, I agree this *should* be a quick by test > (considering it's a functional test), but eventually we may want to set > some ranges for what we consider "quick", "slow" or "I'm gonna take my > time, don't wait on me". :)
Maybe we can set a timeout tag and let the user choose how long he is willing to wait: :avocado: max_time=20s >> + """ >> + >> + timeout = 15 >> + >> + def test_seabios(self): [...]