mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
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.