CPNV-ES / aws-sdk-node

Implémentation d'une infrastructure sur AWS avec Node.js
2 stars 0 forks source link

Jest setTimeout in tests #1

Open AlexandrePhilibertCPNV opened 3 years ago

AlexandrePhilibertCPNV commented 3 years ago

@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

AlexandrePhilibertCPNV commented 3 years ago

I moved the test timeout config to jest.config.js in order to have the same timeout time accross all test files

a148d4417b2e306c686eea1240ab3ff0bc92bb67