summaryrefslogtreecommitdiff
path: root/test/test-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-device.c')
-rw-r--r--test/test-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-device.c b/test/test-device.c
index f7895b28..a117ac65 100644
--- a/test/test-device.c
+++ b/test/test-device.c
@@ -1624,7 +1624,7 @@ START_TEST(device_has_size)
ck_assert_int_eq(rc, 0);
/* This matches the current set of test devices but may fail if
* newer ones are added */
- ck_assert_double_gt(w, 40);
+ ck_assert_double_gt(w, 30);
ck_assert_double_gt(h, 20);
}
END_TEST