www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 2f7d2c09f01c65e6011b4b9af08bc212aa7502c6
parent 5cbb8de96bac11721e52660d45271de12942f848
Author: Simon Kornblith <simon@simonster.com>
Date:   Fri, 12 Jun 2015 17:08:10 -0400

Extend timeout for import test

Diffstat:
Mtest/tests/fileInterfaceTest.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/tests/fileInterfaceTest.js b/test/tests/fileInterfaceTest.js @@ -11,6 +11,7 @@ describe("Zotero_File_Interface", function() { }); it('should import a file into a collection', function* () { + this.timeout(10000); let testFile = getTestDataDirectory(); testFile.append("allTypesAndFields.js"); yield win.Zotero_File_Interface.importFile(testFile);