diff mbox

[i-g-t,3/8] tests/gem_exec_nop: Tune down timeout for BAT ~1s.

Message ID 1464349838-9959-3-git-send-email-marius.c.vlad@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Marius Vlad May 27, 2016, 11:50 a.m. UTC
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
---
 tests/gem_exec_nop.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Chris Wilson May 27, 2016, 12:06 p.m. UTC | #1
On Fri, May 27, 2016 at 02:50:33PM +0300, Marius Vlad wrote:

You need some explanation here to explain how you believe that all the
corner-cases from this minimal stress test are covered elsewhere.
-Chris
diff mbox

Patch

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)