Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f7632439
authored
2014-09-17 15:22:52 -0700
by
Alex Rubin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor url change
1 parent
95f3c361
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
test/videojs-hls_test.js
test/videojs-hls_test.js
View file @
f763243
...
...
@@ -1119,7 +1119,7 @@ asyncTest('handles xhr timeouts correctly', function (assert) {
start
();
},
10
*
1000
);
videojs
.
Hls
.
xhr
({
url
:
'http://
google.com:81
'
,
url
:
'http://
example.com
'
,
timeout
:
1
},
function
(
error
)
{
assert
.
strictEqual
(
error
,
'timeout'
,
'called with timeout error'
);
...
...
Please
register
or
sign in
to post a comment