Open AlexandrePhilibertCPNV opened 3 years ago
@NicolasGlassey
After our discussion about jest.setTimeout(10000);, here is the stackoverflow thread that lead us to implement jest this way :
jest.setTimeout(10000);
https://stackoverflow.com/questions/49603939/message-async-callback-was-not-invoked-within-the-5000-ms-timeout-specified-by
I moved the test timeout config to jest.config.js in order to have the same timeout time accross all test files
a148d4417b2e306c686eea1240ab3ff0bc92bb67
@NicolasGlassey
After our discussion about
jest.setTimeout(10000);
, here is the stackoverflow thread that lead us to implement jest this way :https://stackoverflow.com/questions/49603939/message-async-callback-was-not-invoked-within-the-5000-ms-timeout-specified-by