Searched refs:OETimeout (Results 1 – 4 of 4) sorted by relevance
10 from oeqa.core.decorator.oetimeout import OETimeout15 @OETimeout(1)19 @OETimeout(1)29 @OETimeout(3)
8 from oeqa.core.decorator.oetimeout import OETimeout13 @OETimeout(30)
10 from oeqa.core.decorator.oetimeout import OETimeout15 @OETimeout(120)
12 class OETimeout(OETestDecorator): class