We don't need to try reset-stress on every engine with the display, just once is enough to stress any interlinkage. This should reduce the runtime to 10s. Signed-off-by: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx> Cc: Martin Peres <martin.peres@xxxxxxxxxxxxxxx> --- tests/i915/gem_eio.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/i915/gem_eio.c b/tests/i915/gem_eio.c index 0fe51efeb..1ec609410 100644 --- a/tests/i915/gem_eio.c +++ b/tests/i915/gem_eio.c @@ -898,8 +898,14 @@ static void test_kms(int i915, igt_display_t *dpy) test_inflight(i915, 0); if (gem_has_contexts(i915)) { - test_reset_stress(i915, 0); - test_reset_stress(i915, TEST_WEDGE); + uint32_t ctx = context_create_safe(i915); + + reset_stress(i915, ctx, + "default", I915_EXEC_DEFAULT, 0); + reset_stress(i915, ctx, + "default", I915_EXEC_DEFAULT, TEST_WEDGE); + + gem_context_destroy(i915, ctx); } *shared = 1; -- 2.25.1 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx