Reduce the upper timeout for stress tests from 150s to a mere 20s, and quick tests to 2s. Signed-off-by: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx> --- tests/i915/gem_ctx_create.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/i915/gem_ctx_create.c b/tests/i915/gem_ctx_create.c index 83da05690..d9a820e21 100644 --- a/tests/i915/gem_ctx_create.c +++ b/tests/i915/gem_ctx_create.c @@ -566,16 +566,16 @@ igt_main maximum(fd, ncpus, CHECK_RAM | CHECK_SWAP); igt_subtest("basic-files") - files(fd, 5, 1); + files(fd, 2, 1); igt_subtest("files") - files(fd, 150, 1); + files(fd, 20, 1); igt_subtest("forked-files") - files(fd, 150, ncpus); + files(fd, 20, ncpus); igt_subtest("active-all") - active(fd, ALL_ENGINES, 120, 1); + active(fd, ALL_ENGINES, 20, 1); igt_subtest("forked-active-all") - active(fd, ALL_ENGINES, 120, ncpus); + active(fd, ALL_ENGINES, 20, ncpus); for (const struct intel_execution_engine *e = intel_execution_engines; e->name; e++) { -- 2.25.0 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx