[Intel-gfx] [PATCH i-g-t 1/8] tests/gem_exec_flush: Tune down BAT timeout to ~1sec.
Marius Vlad
marius.c.vlad at intel.com
Fri May 27 11:50:31 UTC 2016
Signed-off-by: Marius Vlad <marius.c.vlad at intel.com>
---
tests/gem_exec_flush.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gem_exec_flush.c b/tests/gem_exec_flush.c
index d08b843..b608060 100644
--- a/tests/gem_exec_flush.c
+++ b/tests/gem_exec_flush.c
@@ -523,7 +523,7 @@ igt_main
for (e = intel_execution_engines; e->name; e++) igt_subtest_group {
unsigned ring = e->exec_id | e->flags;
- unsigned timeout = 5 + 120*!!e->exec_id;
+ unsigned timeout = 1 + 120*!!e->exec_id;
igt_fixture {
gem_require_ring(fd, ring);
--
2.5.0
More information about the Intel-gfx
mailing list