Skip to content

Commit

Permalink
chore(tests): tweak timeout value for slower cpu (pmndrs#1763)
Browse files Browse the repository at this point in the history
* chore(tests): tweak timeout value for slower cpu

* empty commit
  • Loading branch information
dai-shi authored Feb 9, 2023
1 parent 713dad1 commit cfad246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/react/vanilla-utils/atomWithObservable.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { atom, createStore } from 'jotai/vanilla'
import { atomWithObservable } from 'jotai/vanilla/utils'

// Avoid using fake timers for now: https://github.com/pmndrs/jotai/issues/1498
const FAKE_TIMEOUT = 200
const FAKE_TIMEOUT = 400
// beforeEach(() => {
// jest.useFakeTimers()
// })
Expand Down

0 comments on commit cfad246

Please sign in to comment.