Fix timeout on Travis loading 'allTypesAndFields' data
This commit is contained in:
parent
f8684cc9d8
commit
037bc07a3c
|
@ -160,6 +160,7 @@ describe("Zotero.Translate", function() {
|
|||
|
||||
describe("Zotero.Item", function() {
|
||||
it('should save ordinary fields and creators', function* () {
|
||||
this.timeout(10000);
|
||||
let data = loadSampleData('allTypesAndFields');
|
||||
let trueItems = loadSampleData('itemJSON');
|
||||
let saveItems = [];
|
||||
|
|
Loading…
Reference in New Issue
Block a user