Increase save time for Accessed test for Travis
This commit is contained in:
parent
3f6ef7fb01
commit
c83de8a6ea
|
@ -128,7 +128,7 @@ describe("Item pane", function () {
|
||||||
assert.approximately(
|
assert.approximately(
|
||||||
Zotero.Date.sqlToDate(item.getField('accessDate'), true).getTime(),
|
Zotero.Date.sqlToDate(item.getField('accessDate'), true).getTime(),
|
||||||
Date.now(),
|
Date.now(),
|
||||||
1000
|
5000
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user