www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit c83de8a6ea5e667fee7bc984c50962e95aabb96c
parent 3f6ef7fb01f81cef2de78edd11399f7e97c1b232
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  5 Jan 2018 06:04:53 -0500

Increase save time for Accessed test for Travis

Diffstat:
Mtest/tests/itemPaneTest.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/tests/itemPaneTest.js b/test/tests/itemPaneTest.js @@ -128,7 +128,7 @@ describe("Item pane", function () { assert.approximately( Zotero.Date.sqlToDate(item.getField('accessDate'), true).getTime(), Date.now(), - 1000 + 5000 ); }); })