Fix timeout on Travis loading 'allTypesAndFields' data
This commit is contained in:
parent
f8684cc9d8
commit
037bc07a3c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue