Update web-platform-tests to revision 3f9178031eec5374c9a7d5709a7e11ba4a1955ed

This commit is contained in:
WPT Sync Bot 2018-07-22 21:05:03 -04:00
parent 4997ec26c2
commit a5af9a106a
192 changed files with 3943 additions and 1927 deletions

View file

@ -1,5 +1,5 @@
html5lib == 1.0.1
mozinfo == 0.10
mozlog == 3.7
mozlog==3.8
mozdebug == 0.1
urllib3[secure] == 1.22

View file

@ -411,7 +411,7 @@ class WdspecTest(Test):
test_type = "wdspec"
default_timeout = 25
long_timeout = 120
long_timeout = 180 # 3 minutes
manifest_test_cls = {"reftest": ReftestTest,