You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the functional tests which use polling are implemented synchronously. The ongoing test has to be either completed or timed out to move to the next test. This causes inconvenience and ends up wasting time.
Implement the functional tests so that they can run in parallel, therefore saving time.
The text was updated successfully, but these errors were encountered:
Currently, the functional tests which use
polling
are implemented synchronously. The ongoing test has to be either completed or timed out to move to the next test. This causes inconvenience and ends up wasting time.Implement the functional tests so that they can run in parallel, therefore saving time.
The text was updated successfully, but these errors were encountered: