From 4acaf0004d43dfb51ba60d7990cef22a54b56727 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sun, 20 Oct 2013 20:37:21 +0200 Subject: [PATCH] tests/kms_flip: More leeway for dummy load tests At least on my old atom i945 they take forever. Also, metric tons of pipe B underruns while running rcs-flip-vs-panning. No idea why that happens. Signed-off-by: Daniel Vetter --- tests/kms_flip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kms_flip.c b/tests/kms_flip.c index 269df52..a974406 100644 --- a/tests/kms_flip.c +++ b/tests/kms_flip.c @@ -1057,7 +1057,7 @@ static unsigned int wait_for_events(struct test_output *o) /* make timeout lax with the dummy load */ if (o->flags & (TEST_WITH_DUMMY_BCS | TEST_WITH_DUMMY_RCS)) - timeout.tv_sec *= 10; + timeout.tv_sec *= 60; FD_ZERO(&fds); FD_SET(drm_fd, &fds); -- 2.7.4