Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #18517 from zacc/bug_990580_backout
Browse files Browse the repository at this point in the history
Bug 990580 - backout sleep(10) workaround
  • Loading branch information
bebef1987 committed Apr 22, 2014
2 parents 5ec30bb + 0e8a6a0 commit 9918be0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/python/gaia-ui-tests/gaiatest/gaia_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,10 +873,6 @@ def setUp(self):
else:
self.cleanup_gaia(full_reset=True)

if self.device.is_android_build:
# TODO Bug 990580 - workaround to avoid launch() timeout failures
time.sleep(10)

def cleanup_data(self):
self.device.manager.removeDir('/cache/*')
self.device.manager.removeDir('/data/b2g/mozilla')
Expand Down

0 comments on commit 9918be0

Please sign in to comment.