Fix flaky integration tests
pedesen opened this issue · 3 comments
pedesen commented
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.
pedesen commented
still experiencing timeouts. Will investigate later.