Increase save time for Accessed test for Travis

This commit is contained in:
Dan Stillman 2018-01-05 06:04:53 -05:00
parent 3f6ef7fb01
commit c83de8a6ea

View file

@ -128,7 +128,7 @@ describe("Item pane", function () {
assert.approximately(
Zotero.Date.sqlToDate(item.getField('accessDate'), true).getTime(),
Date.now(),
1000
5000
);
});
})