100xdevs-cohort-2 / assignments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Case Issue week-2/01-async-js/tests/3-promise-all.test.js and 4- promise-chain

uditrajput03 opened this issue · comments

Test cases runs synchronously instead of concurrently.
Which leads to execution time sum-ups and mostly test cases failed.
Screenshot 2023-12-15 at 2 36 41 AM

You can see the execution time which is close to expected.
But received time add ups and fails test cases

I solved it by using test.concurrent function in test file soon post PR