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 <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2013-10-20 20:37:21 +02:00
parent 3d2d73ed45
commit 4acaf0004d

View File

@ -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);