Could somebody rerun tests for <https://github.com...
# kotest-contributors
s
Could somebody rerun tests for https://github.com/kotest/kotest/pull/1318 ? I have failed tests in an unrelated module:
Copy code
com.sksamuel.kotest.assertions.async.TimeoutTest

  Test shouldTimeout should pass if a coroutine takes longer than the given timeout[jvm] FAILED

  java.lang.AssertionError: Expected test to timeout for 5/MILLISECONDS

  Caused by: java.lang.AssertionError: Expected test to timeout for 5/MILLISECONDS


  Test shouldTimeout should fail if a coroutine finishes before the timeout[jvm] PASSED
  Test executionError[jvm] FAILED

  java.lang.AssertionError: Expected test to timeout for 5/MILLISECONDS

  Caused by: java.lang.AssertionError: Expected test to timeout for 5/MILLISECONDS
Maybe they are blinky...