Fix timeout on Travis loading 'allTypesAndFields' data

This commit is contained in:
Dan Stillman 2015-06-11 02:19:49 -04:00
parent f8684cc9d8
commit 037bc07a3c

View File

@ -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 = [];