From 2f7d2c09f01c65e6011b4b9af08bc212aa7502c6 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Fri, 12 Jun 2015 17:08:10 -0400 Subject: [PATCH] Extend timeout for import test --- test/tests/fileInterfaceTest.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tests/fileInterfaceTest.js b/test/tests/fileInterfaceTest.js index 54c793f48..d098c2914 100644 --- 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);