Adding a delay between execution of compound run configurations?
已回答
Hi.
I'm using PyCharm 2017.3.3 and I set up a compound configuration to execute all my unittests in one go (Python 2 and 3).
However, this causes some concurrency problems since some of the tests write and read from files.
Is there any way to add a delay between each run config in compound mode?
请先登录再写评论。
Im having the same issue in Intellij starting up web-services. The order they start up in is important but also the timing. The second service shouldn't start before the first has finished running and third shouldnt start until the second has finished etc.
Unfortunately, there's no such feature, please vote for IDEA-166035.