From 69b29f87eda6178998254ddf54f005d2bddedd7c Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 18 Oct 2016 10:23:49 +0100 Subject: igt: Trim timeouts for basic GEM tests It's a compromise between detecting an unlikely timing error in one test and being able to run a broader selection of tests. I hope this is wise. Signed-off-by: Chris Wilson --- tests/gem_close_race.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gem_close_race.c') diff --git a/tests/gem_close_race.c b/tests/gem_close_race.c index 5edb3441..2850881b 100644 --- a/tests/gem_close_race.c +++ b/tests/gem_close_race.c @@ -230,7 +230,7 @@ igt_main } igt_subtest("basic-threads") - threads(10); + threads(1); igt_subtest("process-exit") { igt_fork(child, 768) -- cgit v1.2.3