-
-
Notifications
You must be signed in to change notification settings - Fork 3
Fixing Waiting time for test running #65
Copy link
Copy link
Open
Labels
Description
Currently, the test which takes more time or has async code
doesn't wait for it to complete and mark it as pass.
Here we have settimout(), which is just making to execute expect() statement and causing to pass anyway,
Is there a way to do something about it.
Reactions are currently unavailable
