Closed fmaclen closed 2 years ago
Tests in CI appear to run slow enough that some test assertions (in particular those related to statusBar) fail often.
statusBar
This fix introduces a delay() before each statusBar test assertion to hopefully reduce the number of test retries.
delay()
Tests in CI appear to run slow enough that some test assertions (in particular those related to
statusBar
) fail often.This fix introduces a
delay()
before eachstatusBar
test assertion to hopefully reduce the number of test retries.