From f6aa80ca18f3dc5fe751c941fb1af6b4b44d21ef Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Mon, 10 Nov 2014 15:09:51 +0000 Subject: tests/kms_flip: add a timeout for the nonblocking-read test kms_flip/nonblocking-read will block indefinitely if it fails, so introduce a timeout to indicate test failure. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=85718 Signed-off-by: Thomas Wood --- tests/kms_flip.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/kms_flip.c') diff --git a/tests/kms_flip.c b/tests/kms_flip.c index 612d7a9e..cce9594d 100644 --- a/tests/kms_flip.c +++ b/tests/kms_flip.c @@ -1521,7 +1521,9 @@ static void test_nonblocking_read(int in) } igt_require(ret != -1); + igt_set_timeout(5); ret = read(fd, buffer, sizeof(buffer)); + igt_set_timeout(0); igt_assert_eq(ret, -1); igt_assert_eq(errno, EAGAIN); -- cgit v1.2.3