Skip to content

Commit

Permalink
Fixing race-condition in FutureSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorklang committed Aug 7, 2011
1 parent 908c028 commit 3b2d1d2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -515,6 +515,7 @@ class FutureSpec extends JUnitSuite {

assert(y.get === 5)
assert(z.get === 5)
assert(lz.tryAwaitUninterruptible(10000, TimeUnit.MILLISECONDS))
assert(lz.isOpen)
assert(result.get === 10)

Expand Down

0 comments on commit 3b2d1d2

Please sign in to comment.