am d1c9cc7b: am c73365ae: am 46c924f6: Merge "Modification of testSetHorizontalSpacing()"
* commit 'd1c9cc7b845a27a351545fa9d9e3e762f2e24618':
Modification of testSetHorizontalSpacing()
diff --git a/tests/tests/widget/src/android/widget/cts/GridViewTest.java b/tests/tests/widget/src/android/widget/cts/GridViewTest.java
index c18a685..2467861 100755
--- a/tests/tests/widget/src/android/widget/cts/GridViewTest.java
+++ b/tests/tests/widget/src/android/widget/cts/GridViewTest.java
@@ -231,7 +231,8 @@
mGridView.setStretchMode(GridView.NO_STRETCH);
// Number of columns should be big enough, otherwise the
// horizontal spacing cannot be correctly verified.
- mGridView.setNumColumns(22);
+ mGridView.setNumColumns(28);
+
// this test case can not be ran in UI thread.
mActivity.runOnUiThread(new Runnable() {