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
Several tests create entities in Otoroshi and wait a given number of ms before continuing, however in some case provided duration is not enough.
Creation method could "poll" ototoshi for created entity before returning (using stuff like awaitability) to ensure that entity is correctly taken into account before continuing test.
This could avoid some randomly failing tests and even speed up execution in some cases.
The text was updated successfully, but these errors were encountered:
Several tests create entities in Otoroshi and wait a given number of ms before continuing, however in some case provided duration is not enough.
Creation method could "poll" ototoshi for created entity before returning (using stuff like awaitability) to ensure that entity is correctly taken into account before continuing test.
This could avoid some randomly failing tests and even speed up execution in some cases.
The text was updated successfully, but these errors were encountered: