Skip to content

Commit

Permalink
try to fix flaky spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mavilein committed Feb 4, 2019
1 parent 705cae8 commit 3070ca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class PubSubRouterAltSpec
router.router.routees.length shouldEqual 1

system.stop(probe.ref)
Thread.sleep(50)
Thread.sleep(500)
router.router.routees.length shouldEqual 0
}
}
Expand Down

0 comments on commit 3070ca1

Please sign in to comment.