You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[info] ProjectionTestKitSpec:
[info] ProjectionTestKit
[info] - must assert progress of a projection (506 milliseconds)
[info] - must retry assertion function until it succeeds within a max timeout *** FAILED *** (1 second, 964 milliseconds)
[info] "1-2-3-4-5[]" was not equal to "1-2-3-4-5[-6]" (ProjectionTestKitSpec.scala:71)
[info] org.scalatest.exceptions.TestFailedException:
[info] at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
The text was updated successfully, but these errors were encountered:
I think bumping the timeout is a good enough solution here - in similar cases the assertions would have passed if they waited for just a little bit more. With the relatively slow GitHub CI machines there is not much else that can be done.
The text was updated successfully, but these errors were encountered: