summaryrefslogtreecommitdiff
path: root/tests/gem_close_race.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-10-18 10:23:49 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-10-18 11:06:38 +0100
commit69b29f87eda6178998254ddf54f005d2bddedd7c (patch)
tree22648762d6ceae98cb18c426526e5fc82acd0759 /tests/gem_close_race.c
parent54f8a3f7cf12eea484a0b0641718ced559959f53 (diff)
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 <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/gem_close_race.c')
-rw-r--r--tests/gem_close_race.c2
1 files changed, 1 insertions, 1 deletions
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)