Ayobami Oguntolu
Ayobami Oguntolu
> Hello! > > I am currently having the same problem. I tried using `jest.setTimeout`, `testTimeout` or even set the timeout on the test but nothing is working... > >...
> Maybe try [Sinon](https://sinonjs.org/releases/latest/fake-timers/)? So I'm following [this tutorial](https://youtu.be/cCRX2iHjvQU) (sinon implementation @11:00) and still got issues. 1) clock = FakeTimers.install (); - gave me an error: `cannot assign read only...
> Any solution for this? Im using jest at 29.0.2 version and facing the same issue. Even using jest.setTimeout or passing testTimeout in jest.config.js, nothing solves it. Are you using...
> > > Any solution for this? Im using jest at 29.0.2 version and facing the same issue. Even using jest.setTimeout or passing testTimeout in jest.config.js, nothing solves it. >...
> .wslconfig @suprunchuk how do locate .wslconfig file?
> I think I had the same issue. Yesterday I updated Docker Desktop from 4.20.1 to 4.21.0. I did not do a restart after the upgrade and everything worked fine....
> 2\. %UserProfile% Thank you, I did not see the file so I created one and enter the variable sand values you provided. Still got same error.