summaryrefslogtreecommitdiff
path: root/tests
diff options
authorBrandon Schaefer <brandontschaefer@gmail.com>2012-04-18 14:51:30 -0700
committerBrandon Schaefer <brandontschaefer@gmail.com>2012-04-18 14:51:30 -0700
commit512456fe0939ac309aa01ed8e3cee88c7720168a (patch)
treeed16d3e04287748d37f9a59d386cfc38f121efa6 /tests
parent8ce779d9af334d44d6a2fe2dab28ecb8aee748a7 (diff)
* removed sleep
(bzr r2305.1.2)
Diffstat (limited to 'tests')
-rw-r--r--tests/autopilot/autopilot/tests/test_dash.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/autopilot/autopilot/tests/test_dash.py b/tests/autopilot/autopilot/tests/test_dash.py
index 085123a7f..9bbb4aec6 100644
--- a/tests/autopilot/autopilot/tests/test_dash.py
+++ b/tests/autopilot/autopilot/tests/test_dash.py
@@ -498,7 +498,6 @@ class DashRestoreFocus(DashTestCase):
self.assertTrue(calc_win.is_focused)
self.dash.ensure_visible()
- sleep(1)
self.dash.ensure_hidden()
self.assertThat(calc_win.is_focused, Eventually(Equals(True)))