Increase save time for Accessed test for Travis
This commit is contained in:
parent
3f6ef7fb01
commit
c83de8a6ea
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ describe("Item pane", function () {
|
|||
assert.approximately(
|
||||
Zotero.Date.sqlToDate(item.getField('accessDate'), true).getTime(),
|
||||
Date.now(),
|
||||
1000
|
||||
5000
|
||||
);
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue