Fix test failures

This commit is contained in:
Dan Stillman 2016-03-07 17:13:30 -05:00
parent daf4a8fe4d
commit 208d470531
2 changed files with 6 additions and 9 deletions

View file

@ -359,6 +359,7 @@ describe("Zotero.Utilities", function() {
});
describe("itemFromCSLJSON", function () {
it("should stably perform itemToCSLJSON -> itemFromCSLJSON -> itemToCSLJSON", function* () {
this.timeout(10000);
let data = loadSampleData('citeProcJSExport');
for (let i in data) {