Skip to content

Commit

Permalink
relax limits on one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
winitzki committed Dec 20, 2016
1 parent d8a79cd commit 48d83eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ class MoreBlockingSpec extends FlatSpec with Matchers with TimeLimitedTests {
& { case d(x) + incr(_, r) => r(); wait(); d(x+1) }
)
d(100)
incr() // update started and is waiting for e()
incr() // reaction 3 started and is waiting for e()
get_d(timeout = 400 millis)() shouldEqual None
e()
get_d(timeout = 400 millis)() shouldEqual Some(101)
get_d(timeout = 800 millis)() shouldEqual Some(101)

tp.shutdownNow()
}
Expand Down

0 comments on commit 48d83eb

Please sign in to comment.