[Intel-gfx] [PATCH i-g-t 3/8] tests/gem_exec_nop: Tune down timeout for BAT ~1s.
Marius Vlad
marius.c.vlad at intel.com
Fri May 27 11:50:33 UTC 2016
Signed-off-by: Marius Vlad <marius.c.vlad at intel.com>
---
tests/gem_exec_nop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gem_exec_nop.c b/tests/gem_exec_nop.c
index e90d5eb..1b2d144 100644
--- a/tests/gem_exec_nop.c
+++ b/tests/gem_exec_nop.c
@@ -213,7 +213,7 @@ igt_main
igt_fork_hang_detector(device);
igt_subtest("basic")
- all(device, handle, 10);
+ all(device, handle, 1);
for (e = intel_execution_engines; e->name; e++)
igt_subtest_f("%s", e->name)
--
2.5.0
More information about the Intel-gfx
mailing list