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
In order to increase tests stability, test infrastructure and reading/writing from files and pipes (file API) should be reworked as the root cause is related to I/O operations not being fast enough to complete during the limited test time.
When we tried to fix the issue #330, it turned out that even 300 ms timeout was not good enough to guarantee the test stability.
The text was updated successfully, but these errors were encountered:
Issue
We have multiple test case stability issues:
In order to increase tests stability, test infrastructure and reading/writing from files and pipes (file API) should be reworked as the root cause is related to I/O operations not being fast enough to complete during the limited test time.
When we tried to fix the issue #330, it turned out that even
300 ms
timeout was not good enough to guarantee the test stability.The text was updated successfully, but these errors were encountered: