mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
Bug 830637 - Increase pageload timeout, r=jgriffin
This commit is contained in:
parent
9fb2ba1bbf
commit
f49fc2eec2
@ -18,7 +18,7 @@ class TestTimeouts(MarionetteTestCase):
|
||||
self.assertRaises(MarionetteException, self.marionette.navigate, test_html)
|
||||
|
||||
def test_pagetimeout_pass(self):
|
||||
self.marionette.timeouts("page load", 300)
|
||||
self.marionette.timeouts("page load", 60000)
|
||||
test_html = self.marionette.absolute_url("test.html")
|
||||
self.marionette.navigate(test_html)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user