Skip to content

Commit

Permalink
Bump perf timer I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Nov 30, 2023
1 parent b214796 commit 861ef6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reselect.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('Basic selector behavior', () => {
expect(selector(state1)).toBe(3)
expect(selector.recomputations()).toBe(1)
// Expected a million calls to a selector with the same arguments to take less than 1 second
expect(totalTime).toBeLessThan(1000)
expect(totalTime).toBeLessThan(2000)
})

test('basic selector cache hit performance for state changes but shallowly equal selector args', () => {
Expand Down

0 comments on commit 861ef6b

Please sign in to comment.