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
One of two integration tests fails from time to time, due to the 25 seconds jest timeout. Presumably one test is completing tasks of the other tests, if they're executed in parallel.
Proposal
Either make sure to use a different task type or run them sequentially.
The text was updated successfully, but these errors were encountered:
Problem
One of two integration tests fails from time to time, due to the 25 seconds jest timeout. Presumably one test is completing tasks of the other tests, if they're executed in parallel.
Proposal
Either make sure to use a different task type or run them sequentially.
The text was updated successfully, but these errors were encountered: