Extend timeout for import test
This commit is contained in:
parent
5cbb8de96b
commit
2f7d2c09f0
|
@ -11,6 +11,7 @@ describe("Zotero_File_Interface", function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should import a file into a collection', function* () {
|
it('should import a file into a collection', function* () {
|
||||||
|
this.timeout(10000);
|
||||||
let testFile = getTestDataDirectory();
|
let testFile = getTestDataDirectory();
|
||||||
testFile.append("allTypesAndFields.js");
|
testFile.append("allTypesAndFields.js");
|
||||||
yield win.Zotero_File_Interface.importFile(testFile);
|
yield win.Zotero_File_Interface.importFile(testFile);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user