https://bugs.freedesktop.org/show_bug.cgi?id=108592
Chris Wilson chris@chris-wilson.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED QA Contact|intel-gfx-bugs@lists.freede | |sktop.org | Component|DRM/Intel |IGT Assignee|intel-gfx-bugs@lists.freede |dri-devel@lists.freedesktop |sktop.org |.org
--- Comment #2 from Chris Wilson chris@chris-wilson.co.uk --- commit d9cd03c887a5f46bc002280d70a6716bb2bf8d43 (upstream/master, origin/master, origin/HEAD) Author: Chris Wilson chris@chris-wilson.co.uk Date: Mon Jan 14 09:13:54 2019 +0000
i915/gem_exec_whisper: Limit to a maximum of 150s
Each individual pass is as effective at spotting an error using the Chinese whisper as any other, so the effectiveness of adding more passes rapidly diminishes. To keep the tests bounded within time, limit a subtest to a mere 150s!
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108592 Signed-off-by: Chris Wilson chris@chris-wilson.co.uk Reviewed-by: Tvrtko Ursulin tvrtko.ursulin@intel.com