Bug 1105760 - Increase timeout for unstable Media Source test, rs=Ms2ger

This commit is contained in:
James Graham 2015-09-18 13:21:47 +01:00
Родитель cf6b496303
Коммит 4d0fe31fbc
3 изменённых файлов: 13 добавлений и 2 удалений

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

@ -29104,7 +29104,17 @@
},
"local_changes": {
"deleted": [],
"items": {},
"items": {
"testharness": {
"media-source/SourceBuffer-abort-readyState.html": [
{
"path": "media-source/SourceBuffer-abort-readyState.html",
"timeout": "long",
"url": "/media-source/SourceBuffer-abort-readyState.html"
}
]
}
},
"reftest_nodes": {}
},
"reftest_nodes": {

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

@ -558,4 +558,4 @@
"rev": null,
"url_base": "/_mozilla/",
"version": 2
}
}

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

@ -3,6 +3,7 @@
<head>
<meta charset='utf-8'>
<title>SourceBuffer#abort() when readyState attribute is not in the "open"</title>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>