Extend timeout for import test

This commit is contained in:
Simon Kornblith 2015-06-12 17:08:10 -04:00
parent 5cbb8de96b
commit 2f7d2c09f0

View file

@ -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);