Skip to content

Commit

Permalink
Extend timeout in test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Feb 17, 2018
1 parent 5a8fa86 commit f4fd12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/feedItemTest.js
Expand Up @@ -65,7 +65,7 @@ describe("Zotero.FeedItem", function () {
assert.isFalse(feedItem.isRead);
});
it("should be settable and persist after saving", function* () {
this.timeout(5000);
this.timeout(10000);
let feedItem = new Zotero.FeedItem('book', { guid: Zotero.randomString() });
feedItem.libraryID = feed.libraryID;
assert.isFalse(feedItem.isRead);
Expand Down

0 comments on commit f4fd12b

Please sign in to comment.