mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 16:36:14 +00:00
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:
parent
3d2d73ed45
commit
4acaf0004d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user