From 23d4f2d4a62585cb4e1d951bf7e4d375ee8642cf Mon Sep 17 00:00:00 2001 From: Gustavo Padovan Date: Tue, 25 Oct 2016 21:07:02 +0000 Subject: tests/kms_atomic_transition: use igt timeout instead of blocking If the event never arrives we can timeout and end the test. Signed-off-by: Gustavo Padovan Signed-off-by: Robert Foss Reviewed-by: Brian Starkey --- tests/kms_atomic_transition.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/kms_atomic_transition.c') diff --git a/tests/kms_atomic_transition.c b/tests/kms_atomic_transition.c index 5fdb6175..095af515 100644 --- a/tests/kms_atomic_transition.c +++ b/tests/kms_atomic_transition.c @@ -383,7 +383,9 @@ static void commit_display(igt_display_t *display, unsigned event_mask, bool non struct drm_event_vblank *vblank = (void *)buf; uint32_t crtc_id, pipe = I915_MAX_PIPES; + igt_set_timeout(3, "Timed out while reading drm_fd\n"); ret = read(display->drm_fd, buf, sizeof(buf)); + igt_reset_timeout(); if (ret < 0 && (errno == EINTR || errno == EAGAIN)) continue; -- cgit v1.2.3