mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
Bug 1054793 - comment fix. r=dmose
This commit is contained in:
parent
e9e1343111
commit
c88e6a4fcf
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user