Extend timeout for import test
This commit is contained in:
parent
5cbb8de96b
commit
2f7d2c09f0
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue