Signed-off-by: Damien Lespiau <damien.lesp...@intel.com>
---
 tests/gem_seqno_wrap.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/gem_seqno_wrap.c b/tests/gem_seqno_wrap.c
index f354a52..8d94858 100644
--- a/tests/gem_seqno_wrap.c
+++ b/tests/gem_seqno_wrap.c
@@ -577,7 +577,7 @@ static void parse_options(int argc, char **argv)
        };
 
        strcpy(options.cmd, "");
-       options.rounds = 50;
+       options.rounds = SLOW_QUICK(50, 2);
        options.background = 0;
        options.dontwrap = 0;
        options.timeout = 20;
@@ -647,8 +647,6 @@ int main(int argc, char **argv)
        int wcount = 0;
        int r = -1;
 
-       drmtest_skip_on_simulation();
-
        parse_options(argc, argv);
 
        card_index = drm_get_card(0);
-- 
1.8.3.1

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

Reply via email to