summaryrefslogtreecommitdiff
path: root/tests
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2015-08-19 11:14:22 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2015-08-19 11:14:22 +0200
commitf61ae2704033cbb926921ede4361442bfbf27314 (patch)
tree7a3aeb0fd4aa5e12b4a263850e09c5d88ee8d736 /tests
parent4be9f438086e42530e5869393f22c8c84a824f5b (diff)
AP, TestSpread: increase the wait time before moving to a window
Unfortunately this seems to be needed to get input in some machines (bzr r3987.1.8)
Diffstat (limited to 'tests')
-rw-r--r--tests/autopilot/unity/tests/test_spread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autopilot/unity/tests/test_spread.py b/tests/autopilot/unity/tests/test_spread.py
index cb4eae40b..c3c5b769d 100644
--- a/tests/autopilot/unity/tests/test_spread.py
+++ b/tests/autopilot/unity/tests/test_spread.py
@@ -125,7 +125,7 @@ class SpreadTests(UnityTestCase):
target_xid = win.x_id
[target_win] = [w for w in self.unity.screen.scaled_windows if w.xid == target_xid]
- sleep(0.5)
+ sleep(1)
self.mouse.click_object(target_win, button=2)
self.assertWindowIsScaledEquals(target_xid, False)