mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #3730 from brendandahl/chrome-timeout
Increase api unit tests timeout for chrome.
This commit is contained in:
commit
9f50c1ba75
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ describe('api', function() {
|
|||
});
|
||||
waitsFor(function() {
|
||||
return data !== undefined;
|
||||
}, 10000);
|
||||
}, 20000);
|
||||
}
|
||||
describe('PDFJS', function() {
|
||||
describe('getDocument', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue