Increase api unit tests timeout for chrome.

This commit is contained in:
Brendan Dahl 2013-09-24 09:30:54 -07:00
parent 7001a50e88
commit 730a2cc550

View File

@ -19,7 +19,7 @@ describe('api', function() {
});
waitsFor(function() {
return data !== undefined;
}, 10000);
}, 20000);
}
describe('PDFJS', function() {
describe('getDocument', function() {