Bug 1349929 - Increase action sequence test timeout. r?maja_zf draft
authorAndreas Tolfsen <ato@sny.no>
Mon, 04 Sep 2017 14:15:58 +0100
changeset 658621 4b501c718367458e8f10987797d4a248d7b6568d
parent 658578 632e42dca494ec3d90b70325d9c359f80cb3f38a
child 729711 b3480de1c015129ab27093bb23277c22f909e646
push id77829
push userbmo:ato@sny.no
push dateMon, 04 Sep 2017 13:16:49 +0000
reviewersmaja_zf
bugs1349929
milestone57.0a1
Bug 1349929 - Increase action sequence test timeout. r?maja_zf MozReview-Commit-ID: Bw0MWCXAwpn
testing/web-platform/tests/webdriver/tests/actions/sequence.py
--- a/testing/web-platform/tests/webdriver/tests/actions/sequence.py
+++ b/testing/web-platform/tests/webdriver/tests/actions/sequence.py
@@ -1,8 +1,10 @@
+# META: timeout=long
+
 import pytest
 
 from tests.actions.support.refine import get_keys, filter_dict, get_events
 from tests.actions.support.keys import Keys
 
 
 def test_no_actions_send_no_events(session, key_reporter, key_chain):
     key_chain.perform()