Browse Source

Merge pull request #3730 from brendandahl/chrome-timeout

Increase api unit tests timeout for chrome.
Brendan Dahl 12 years ago
parent
commit
9f50c1ba75
  1. 2
      test/unit/api_spec.js

2
test/unit/api_spec.js

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

Loading…
Cancel
Save