Skip to content

Commit 861ef6b

Browse files
committed
Bump perf timer I guess
1 parent b214796 commit 861ef6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/reselect.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ describe('Basic selector behavior', () => {
134134
expect(selector(state1)).toBe(3)
135135
expect(selector.recomputations()).toBe(1)
136136
// Expected a million calls to a selector with the same arguments to take less than 1 second
137-
expect(totalTime).toBeLessThan(1000)
137+
expect(totalTime).toBeLessThan(2000)
138138
})
139139

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

0 commit comments

Comments
 (0)