From 730a2cc550e69c307df781dbb62a86c27e14e375 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Tue, 24 Sep 2013 09:30:54 -0700 Subject: [PATCH] Increase api unit tests timeout for chrome. --- test/unit/api_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/api_spec.js b/test/unit/api_spec.js index 4f1465281..1298ddcb3 100644 --- a/test/unit/api_spec.js +++ b/test/unit/api_spec.js @@ -19,7 +19,7 @@ describe('api', function() { }); waitsFor(function() { return data !== undefined; - }, 10000); + }, 20000); } describe('PDFJS', function() { describe('getDocument', function() {