Bug 1374268 - Increase waiting time for all safebrowsing files being downloaded r=francois

MozReview-Commit-ID: He4WJWtE5Dl

--HG--
extra : rebase_source : 85b99da442e1c3d69c99520a14c685fcbb90832d
This commit is contained in:
Thomas Nguyen 2017-07-17 10:23:36 +08:00
parent b9b872859b
commit 25290aba56

View File

@ -98,7 +98,7 @@ class TestSafeBrowsingInitialDownload(PuppeteerMixin, MarionetteTestCase):
self.prefs_provider_update_time.keys(), True) self.prefs_provider_update_time.keys(), True)
try: try:
Wait(self.marionette, timeout=60).until( Wait(self.marionette, timeout=90).until(
check_downloaded, message='Not all safebrowsing files have been downloaded') check_downloaded, message='Not all safebrowsing files have been downloaded')
finally: finally:
files_on_disk_toplevel = os.listdir(self.safebrowsing_path) files_on_disk_toplevel = os.listdir(self.safebrowsing_path)