Skip to content

Commit

Permalink
Increase save time for Accessed test for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Jan 5, 2018
1 parent 3f6ef7f commit c83de8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/itemPaneTest.js
Expand Up @@ -128,7 +128,7 @@ describe("Item pane", function () {
assert.approximately(
Zotero.Date.sqlToDate(item.getField('accessDate'), true).getTime(),
Date.now(),
1000
5000
);
});
})
Expand Down

0 comments on commit c83de8a

Please sign in to comment.