Skip to content

Instantly share code, notes, and snippets.

@ArturGajowy
Created November 8, 2018 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArturGajowy/cf6992b81c8aafccab221f9172ec6cf2 to your computer and use it in GitHub Desktop.
Save ArturGajowy/cf6992b81c8aafccab221f9172ec6cf2 to your computer and use it in GitHub Desktop.
[info] RegistrySpec:
[info] lookup
[info] - should recurse (1 second, 40 milliseconds)
[info] insert
[info] - should successfully split *** FAILED *** (3 seconds, 343 milliseconds)
[info] java.util.concurrent.TimeoutException: Futures timed out after [3 seconds]
[info] at scala.concurrent.impl.Promise$DefaultPromise.ready(Promise.scala:255)
[info] at scala.concurrent.impl.Promise$DefaultPromise.result(Promise.scala:259)
[info] at monix.execution.CancelableFuture$Async.result(CancelableFuture.scala:350)
[info] at scala.concurrent.Await$.$anonfun$result$1(package.scala:215)
[info] at scala.concurrent.BlockContext$DefaultBlockContext$.blockOn(BlockContext.scala:53)
[info] at scala.concurrent.Await$.result(package.scala:142)
[info] at coop.rchain.rholang.interpreter.RegistrySpec.$anonfun$new$8(RegistrySpec.scala:330)
[info] at coop.rchain.rholang.interpreter.RegistryTester.$anonfun$withRegistryAndTestSpace$1(RegistrySpec.scala:71)
[info] at coop.rchain.rholang.interpreter.PersistentStoreTester.withTestSpace(ReduceSpec.scala:54)
[info] at coop.rchain.rholang.interpreter.PersistentStoreTester.withTestSpace$(ReduceSpec.scala:36)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment