If test time out happens on Quality Assurance with Zombie.js

Try changing this.timeout(5000); to a higher number such as this.timeout(10000);
in the Functional Tests with Zombie.js Suite.
This fix might help if you have a slow connection or if replit is having server issues

Link to the challenge:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.