All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marius Vlad <marius.c.vlad@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH i-g-t 1/8] tests/gem_exec_flush: Tune down BAT timeout to ~1sec.
Date: Fri, 27 May 2016 14:50:31 +0300	[thread overview]
Message-ID: <1464349838-9959-1-git-send-email-marius.c.vlad@intel.com> (raw)

Signed-off-by: Marius Vlad <marius.c.vlad@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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

             reply	other threads:[~2016-05-27 11:47 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-27 11:50 Marius Vlad [this message]
2016-05-27 11:50 ` [PATCH i-g-t 2/8] tests/gem_ctx_switch: Tune down for BAT ~1s Marius Vlad
2016-05-27 12:00   ` Chris Wilson
2016-05-27 11:50 ` [PATCH i-g-t 3/8] tests/gem_exec_nop: Tune down timeout " Marius Vlad
2016-05-27 12:06   ` Chris Wilson
2016-05-27 11:50 ` [PATCH i-g-t 4/8] tests/gem_close_race: Tune down " Marius Vlad
2016-05-27 11:58   ` Chris Wilson
2016-05-27 12:10     ` Tvrtko Ursulin
2016-05-27 12:16       ` Chris Wilson
2016-05-27 12:31         ` Tvrtko Ursulin
2016-05-27 12:44           ` Chris Wilson
2016-05-27 12:44           ` Mika Kuoppala
2016-05-27 14:28             ` Marius Vlad
2016-05-27 14:26         ` Marius Vlad
2016-05-27 14:25       ` Marius Vlad
2016-05-27 11:50 ` [PATCH i-g-t 5/8] tests/gem_sync: Tune down for BAT to ~1s for basic-each and ~2s for basic-all Marius Vlad
2016-05-27 11:59   ` Chris Wilson
2016-05-27 11:50 ` [PATCH i-g-t 6/8] tests/gem_exec_fault: Decrease the counts to lower the time for BAT Marius Vlad
2016-05-27 12:01   ` Chris Wilson
2016-05-27 11:50 ` [PATCH i-g-t 7/8] tests/gem_tiled_pread_basic: Rename test and BATify Marius Vlad
2016-05-27 12:03   ` Chris Wilson
2016-05-27 11:50 ` [PATCH i-g-t 8/8] tests/gem_exec_suspend: Remove hibernate test from BAT Marius Vlad
2016-05-27 12:00   ` Chris Wilson
2016-05-27 11:58 ` [PATCH i-g-t 1/8] tests/gem_exec_flush: Tune down BAT timeout to ~1sec Chris Wilson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1464349838-9959-1-git-send-email-marius.c.vlad@intel.com \
    --to=marius.c.vlad@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.