mirror of https://github.com/sbt/sbt.git
The cancel on-going task with string id test was failing in CI because of a race condition involving server log messages. We need to wait for a notification that the project has been compiled before we wait for the "Waiting for" message, otherwise we might pick up the "Waiting for" message from the previous test case and try to cancel the task before it has been created. |
||
|---|---|---|
| .. | ||
| server-test | ||
| test/scala | ||