Bug 1054793 - comment fix. r=dmose

This commit is contained in:
Jan-Ivar Bruaroey 2014-08-26 09:12:01 +01:00
parent e9e1343111
commit c88e6a4fcf

View File

@ -60,9 +60,8 @@ class BaseTestFrontendUnits(MarionetteTestCase):
def setUp(self):
super(BaseTestFrontendUnits, self).setUp()
# This extends the timeout for find_element to 10 seconds.
# We need this as the tests take an amount of time to run after loading,
# which we have to wait for.
# This extends the timeout for find_element. We need this as the tests
# take an amount of time to run after loading, which we have to wait for.
self.marionette.set_search_timeout(60000)
# srcdir_path should be the directory relative to this file.