Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-spread-layout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-spread-layout.py b/tests/test-spread-layout.py
index d9911b7..9ff964f 100755
--- a/tests/test-spread-layout.py
+++ b/tests/test-spread-layout.py
@@ -38,7 +38,7 @@ def _create_icon():
icon_name='theme:stock-buddy')
layout.add(icon)
- return (len(box.get_children()) < 70)
+ return (len(box.get_children()) < 50)
window = gtk.Window()
window.connect("destroy", lambda w: gtk.main_quit())