Bug 1054793 - Increase marionette find_element timeout for intermittent. r=standard8

CLOSED TREE
This commit is contained in:
Jan-Ivar Bruaroey 2014-08-25 12:29:36 -04:00
Родитель c905c39dfd
Коммит 31993c481f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -63,7 +63,7 @@ class BaseTestFrontendUnits(MarionetteTestCase):
# 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.
self.marionette.set_search_timeout(10000)
self.marionette.set_search_timeout(60000)
# srcdir_path should be the directory relative to this file.
def set_server_prefix(self, srcdir_path):